Encounter – Excess Space in Heading

Home Forums Main Forum Theme Suggestion Box Encounter – Excess Space in Heading

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16457
    C.C. Blewett
    Member

    On this site: http:;//www.slightlyoutofsquare.net, every page has about 100 pixels of space above the content. Some of that spaceis related to breadcrumbs and the rest is part of the content-wrapper, but nowhere can I find a style definition that would get rid of all that space.
    I’m using 1.7.7 I do not have a

    tag like someone else who asked a similar question.

    How can I eliminate that space? Or at least some of it.

    Thanks

    #16458
    Anonymous
    Inactive

    Hi C.C. Blewett,

    Please add the following css to fix the issue in your stylesheet.

    #top-group{
    	margin-bottom:0;
    }
    #breadcrumbs-wrapper{
    	display:none;
    }

    Note: Use the custom css plugin or child theme style to write the custom css.

    Thanks

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