• jillianleo

    (@jillianleo)


    How do I get rid of the space between my header and content? I want it white all the way through, with no background showing.

    Also, I need the Menu above the header to have a white background as well.

    Lastly, I don’t know what I did but I think I missed with the margin or padding on the sidebars because they are too close–but maybe since I used to have an all white background, I just never noticed.

    http://www.sprinklemassacre.com

    Thanks!

Viewing 1 replies (of 1 total)
  • Jarret

    (@jarretc)

    Put

    #branding {
         margin-bottom: -5px;
    }

    in your style.css file. Fixed the gap in Firefox and Chrome.

    The sidebars you could put some padding around but then you’d have to adjust their width since it increases their overall size and ends up messing with the layout and knocking the right sidebar below the main content area.

Viewing 1 replies (of 1 total)

The topic ‘Coraline Theme: Padding’ is closed to new replies.