• Resolved befree22

    (@befree22)


    There’s too much white space between the masthead and the site’s main content area on this site:
    <header id=”masthead” class=”site-header” role=”banner”>
    <div id=”main” class=”wrapper”>

    Could someone help me reduce the spacing between these 2 areas?

    The 2012 child theme has a template page for the homepage but this white space is on all pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s in the CSS…
    You will have to remove the margin

    Thread Starter befree22

    (@befree22)

    Could you tell me which css rule this is? I have the style.css and I have a custom css in WP admin > Appearance > Theme Options. I make all of my changes in the custom css in WP admin.

    Thread Starter befree22

    (@befree22)

    The parent 2012 theme had 2 css rules that needed changing in child theme’s custom css section.

    .site-header { padding-bottom:0; }

    .site-content, .widget-area { margin-top:0; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove space between masthead & main content’ is closed to new replies.