White space above and below footer
-
The white space only appears on mobile and tablet, and only on the single product page. It is both above and below the footer. I tried it with a different theme, and the problem went away, so I think it’s related to the OceanWP theme. I’m using Elementor full width and WooLentor for editing the shop and products pages. I also disabled the footer and footer widgets in Appearence > Customize and added zeros to the General Options > General Settings > Content Padding. I also tried disabling a bunch of plugins and tried some CSS as suggested in another post:
div#wrap {
min-height: 100vh;
}
footer#footer {
position: absolute;
width: 100%;
bottom: 0;
}The page I need help with: [log in to see the link]
- The topic ‘White space above and below footer’ is closed to new replies.