Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #974977

    How can I hide the menu / logo / header section and also eliminate the white space it creates? I found the CSS in other posts but it leaves this awkward white gap at the top that makes everything look bad. Thanks :)

    Here is the code I’ve used so far.

    #header_main_alternate {
    display: none;
    }
    #header, #footer { display: none !important; }
    a#advanced_menu_toggle { display: none !important; }

    #975088

    Hey bradwbowman,
    Please try going to you page editor > “Page Attributes” and using the page template “Blank – no header, no footer”
    then add this css to your Quick CSS:

    #top.home #main .title_container {
    height: 0px !important; 
    }

    Adjust the word “home” to your page ID if this is for a single page.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.