All of a sudden, a blank space is now appearing in between the menu and divider on various pages, that wasn’t there before. Any ideas what has caused this issue on my site?
Password: bofupd
All of a sudden, a blank space is now appearing in between the menu and divider on various pages, that wasn’t there before. Any ideas what has caused this issue on my site?
Password: bofupd
@HTX-Fluid-Power
I have checked, and it is working fine.
This did not work.
I just checked again, it’s still doing it randomly. It is not just on the contact page. It is happening on other pages, products, etc.
I just checked again; it’s still doing it randomly. It is not just on the contact page. It is happening on other pages, products, etc.
Not as big of a space but still doing it under the menu. Also, when scrolling down the divider goes in front. See below.
![]()

Hello @HTX-Fluid-Power
I checked randomly, but I don’t see any extra space. I also recorded a video. Please check it once.
Video link - https://www.awesomescreenshot.com/video/38174651?key=3e4b783b82d5e591175a3822c6cce69b
Try this:
html body {
display: flex;
flex-direction: column;
}
main {
margin-bottom: auto;
}
.shopify-section-group-ecom-store-footer_footer .ecom-row.ecom-core.ecom-section {
position: relative;
}
Can go to the Theme Settings=> Custom CSS, or to the bottom of your base.css.
There are two source of this problem:
Theme initially has a code to stick footer to the bottom of the screen. However, the way it’s done it does not work if there are new elements added above the main sections area.
For whatever reason, a part of the footer done in the page builder has “position: abosolute” which also breaks theme code calculations…
I believe this worked. I’m no longer seeing the issue occurring.