Tagged: enfold, gap, spacing, whitespace, woocommerce
Hello,
I’m using a page to make a custom footer. On the regular pages it seems to display just fine but for some reason on the shop pages there is a gap between the socket and the footer.
The Solution posted in the forum doesnt work for me.
.woocommerce #ff-foot + #after_section_1 {
display: none;
}
I found a Solution my self
.woocommerce #after_section_1 {
display: none;
}
worked fine :)
Hey kkhosting,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria