Tagged: header, white space
Hey Guys,
Great Update! In my earlier Version of enfold I customized the Header a Little bit.
The main Change was that i reduced the Header height to 70px.
As I rearranged the new updated Header (2.6) to my old Version (2.5.4), I used the new enfold Setting Options and some of the old custom css. However now a new space below the Header on the main page remains. I assume that this space has the height of the original height of the Header minus the height of my customized Header.
Can you please let me know what I have to to in custom css to adapt the main page Settings so that there remains no White space below the Header?
Thanks in advance!
Matthias
Hey WANTED1403!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_header_top.html_header_sticky #main {
padding-top: 72px;
}
Cheers!
Yigit
Great! That works fine!
Until next time.. :)