Unwanted white space below and above footer. Will switch whenever it feels like

Hello,

I’m using the Spotlight theme and I’m having a problem with there being unwanted white space either above or below the footer. I’ve tried implementing other solutions from posts with the same problem but there has been resolution for me.

My website is o-aza.com. I’d really appreciate if someone would help me out with this. I’ve tried starting over again with a brand new version of Spotlight but the problem was there once I started new again.

1 Like

Hi @oaza

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
body.gradient {
    background: #121212 !important;
}

Im not sure if that is the black color your using, I just copy the hex color available in your store.

But, you can change the color.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hi thank you for that.
While that solves the symptom of the problem, it still doesn’t solve the root cause. I can still see the footer move to different positions upon reloading the different pages.

I just tried to start a new theme. It looks like it’s an actual bug on Shopify’s side. Within a minute of starting the new Spotlight theme, it started doing the same thing again.