• Hi all,

    I’m looking to completely close the gap from my header to ceiling, between my header and menu and between my menu and featured article plugin on my homepage. Basically just bunch everything together and move it up higher.

    Can anyone advise me on the specific code to place into my stylesheet? I’m still pretty new and I presume I just need to reduce padding to zero for all three but not sure how to format it.

    http://www.volunsteering.org

    thanks in advance!

Viewing 1 replies (of 1 total)
  • Try adding this to the end of your child theme’s style.css:

    .header-image { margin-top: 0; }
    .site-header { padding: 0; }
    .main-navigation {     margin-top: 0; }
Viewing 1 replies (of 1 total)
  • The topic ‘Reducing space between header and menu, menu and featured article plugin’ is closed to new replies.