• Hi guys, I’m having an issue with my Storefront-themed website – https://www.keypressgraphics.com

    There’s a hefty amount of blank vertical space at the top of both my header & footer which I can’t seem to get rid of. I bought the Storefront Pro plugin which allows greater customization of the theme but it doesn’t seem to have a setting that’ll help, and my knowledge of code is minimal.

    Many thanks for any insights you can offer me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey, Keypress!

    I’m not sure where you mean on the header, since you have a graphic that takes up some space there.

    But, on the footer, you can try the following CSS code in a child theme or by adding a plugin like “Simple Custom CSS” and adding it to that.

    .footer-widgets {
    padding-top: 0px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
    }

    Oops. You may want to use the following for the padding-top:

    padding-top: 0px !important;

    Thread Starter Keypress

    (@keypress)

    Just fixed it, thankyou Augustin56!! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Any ideas how I remove blank vertical space from my header & footer?’ is closed to new replies.