In this previous post (https://kriesi.at/support/topic/completely-hide-header-logo-and-menu-in-blog-page/) I got a great piece of code for removing the Header + menu, but once they’re gone they leave a huge white area above my contents. Can you please tell me how to get rid of it?
Thanks in advance.
Hector
Hey hectorfosado,
You just have to shift the main container. Add this to quick css:
#av-layout-grid-3 .flex_cell{
padding-top:10px!important;
}
Best regards,
Jordan Shannon
Thanks, Jordan. But I added it and nothing changed :(
Hi hectorfosado,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_sticky #top.single.single-post #wrap_all #main {
padding-top: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect result, Victoria!
Thanks a million.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon