• Resolved timharden

    (@timharden)


    I have a gap between my header and first row that I cannot remove. I’ve read a lot of posts with different suggestions but cannot find one that works. I think the spacing has been created by the page title that is not present, but I cannot find a way to remove the gap it leaves behind. Many thanks, Tim.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @timharden,

    Please add the below css code in Dashboard -> Appearance -> Customize -> Additional CSS, it will remove the gaping between header and first row.

    .middle-align h1 {
    margin: 0;
    padding: 0;
    }

    Thanks…

    Thread Starter timharden

    (@timharden)

    That’s awesome, thank you.

    Do you know if it is possible to apply this to the home page only? The others now look a little cramped without the gap. No problem if not, this way is still better than before.

    Theme Author VW THEMES

    (@vowelweb)

    Hello timharden,

    Use below css code it work only on home page.

    .page-template-custom-front .middle-align h1 {
    margin: 0;
    padding: 0;
    }

    Please add the css and let us know if you need any kind of help.

    Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove gap between header and first row’ is closed to new replies.