• Hi Guys,
    Delved into this forum to try and fix a problem I’ve got between a large amount of space between the bottom of the header and the body of text, especially apparent on this page – https://bentubb.x10host.com/wordpress/news/

    Using a simple css plug in I’ve tried to change cell padding, etc. but to no effect.
    Does anyone have an idea at all? I’ve hit a brick wall!

Viewing 1 replies (of 1 total)
  • Do you mean the gap above your content? The header on your site isn’t directly above the content as you describe so please clarify if i’ve got this wrong.

    Adding this to your Custom CSS field or Child Theme style.css file will reduce the gap by around 50%.

    .widget {
        margin: 30px 0 1.5em;
    }
    .archive h1.page-title, .page h1.entry-title {
        padding: 25px 0 0;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing white space between header and body’ is closed to new replies.