Search code examples
csswordpresswoocommerce

Can't get rid of massive white areas under the footer?


Certain pages like the homepage and category pages have very large white sections. Wordpress and Woocommerce website.

Example:

https://www.estatediamondjewelry.com/ https://www.estatediamondjewelry.com/product-category/vintage-engagement-rings/

Tried looking for padding and margins in .site-footer and removed overflow but no luck. Also, only Gutenburg. There is no Bakery or Elementor installed. So it's no that...


Solution

  • Go to Customise > Additional CSS and add this rule:

    .go-to-top--vertical-pipe {
      display: none;
    }
    

    This element is part of your theme. Which theme are you using?