[Resolved] How to make the header go right across the page, no white space

Home Forums Support [Resolved] How to make the header go right across the page, no white space

Home Forums Support How to make the header go right across the page, no white space

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

    Hi, I am new to GP, and probably made a huge mess by trying to use a site from the library after having spent hours creating a header and menu which went from side to side of the page, no white space left right or above. I cannot seem to do this anymore with the premium options, even set to full width it leaves considerable white space. Is there anything I can add to the code to make it stretch right across? Any help would be greatly appreciated!

    #768743
    David
    Staff
    Customer Support

    Hi there,

    the Site you installed added CSS in Customizer > Additional CSS. To remove the white space border delete this CSS from there:

    body {
    	margin: 5%; /* Space around site. */
    	position: relative;
    }

    This CSS also defines a max width of the content, you can also remove this if you don’t want that:

    .no-sidebar .inside-article > *, 
    .no-sidebar #comments,
    .no-sidebar .paging-navigation {
    	max-width: 700px;
    	margin-left: auto;
    	margin-right: auto;
    }
    #768830
    Ztown

    Thank you David, that worked!

    #768836
    David
    Staff
    Customer Support

    You’re welcome

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