• Resolved r4ck3d

    (@r4ck3dgmailcom)


    I used another support thread’s solution to change the margins on my Big Title text on the front page:

    .hestia-title{ 
    font-size: 40.2px !important;
    	margin-top: 300px !important;
    	margin-left: 30px !important;
    	margin-bottom: 10px !important;
    }

    But that also changes the margins of ALL titles in their own sections on the front page (Ex. Team, Clients, etc.), as well as the pages.

    Can I change JUST the margins of the big title text on the homepage, and not have it change all the other titles’ margins?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter r4ck3d

    (@r4ck3dgmailcom)

    I was able to find the correct container to edit.
    To edit the margins of ONLY the Big Title Section on the front page:

    .row.hestia-big-title-content{ 
    	margin-top: 300px !important;
    	margin-left: 30px !important;
    }

    Hey man, just wanted to let you know that i also had the same problem and coldn’t fix it. So thanks for the solution!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing big title margins changes all title margins’ is closed to new replies.