Tagged: Header Height, settings
Hi, on my https://www.ilredelweb.it/abit/ I’d like to reduce the header height.
Now it is at the minumum height of 45px (enfold header settings)
Is it possibile to set to lower values even 0?
Thanks
Gianluca
Hey Gianluca,
Are you looking to remove the empty space above the menu? If not, then please try to explain your intentions a bit further, or post a screenshot highlighting what you would like to achieve.
Best regards,
Rikard
Yes I’m looking to remove it
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all #header_main > .container {
height: 0;
}
.html_header_top.html_header_sticky #top #wrap_all #main.all_colors {
padding-top: 50px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike