Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1481322

    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.

    • This topic was modified 5 days, 19 hours ago by jobalzer.
    #1481336

    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

    #1481342

    tx, mike!

    #1481343

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove header for entire site’ is closed to new replies.