Hi, I removed the header as proposed in the forum with custom css:
#header { display: none !important; }
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0 !important;
}
But there is still white space above the main content. How can I remove it?
An alternative scenario for me would be to leave the header but be able to remove the menu and have the logo full width (100%).
Either solution would be fine for me.
Hey jobalzer,
The space is the “main” top padding, try also using this css:
main.template-page.content {
padding-top: 0;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
tx, mike!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike