• I’m a total novice with WordPress and would really welcome some help in reducing the space between the header menu bar and the main text on my pages. I’m using WordPress as a Content Management tool to generate some static pages for now.
    My site is https://www.feelingroovyphotography.com
    Any help much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maybe you could try this. In your style.css file, find this:

    .singular.page .hentry {
    	padding: 3.5em 0 0;
    }

    and change it to this:

    .singular.page .hentry {
    	padding: 0;
    }
    Thread Starter jotunney

    (@jotunney)

    Many thanks Jason, that worked a treat. It’s been bugging me for the last couple of hours so I should have posted sooner!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reducing space between header and main text’ is closed to new replies.