• Hi I cant see how to remove the empty space from the top of the page (top blank space), see here:
    https://yeoldebellspa.com/ (the link is now live)

    I’ve tinkered for a while, created a child theme, paste various css, removed stuff from header and nothing seems to work. Help please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This css removes that:

    header.entry-header {
        display: none;
    }

    Seeings as you aren’t utilizing the header, it would make sense to hide it.

    Additionally, you have pretty significant padding on the .panel-content .wrap

    • This reply was modified 7 years, 7 months ago by Eddie.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    header.entry-header {
        display: none;
    }
    .wrap {
        padding-top: .5em;
    }

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big gap (header) before main image and form needs removing’ is closed to new replies.