Spacing between footer and bottom part of product page.
-
Hello there! Trying to figure out how to completely zero out the spacing between the pre-footer and the bottom part of the product page.
There also seems to be a ~40px gap above the pre-footer which I just can’t seem to get rid of.
I’ve attached a screenshot for reference. Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the page and set margin-bottom:0 in the row settings: https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/
If it does not help, please provide your site admin access.
Best Regards
Reattached the image.
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the product description and remove 4hv http://prntscr.com/nvr7p3
Find the HTML block 258 and remove 15 hv http://prntscr.com/nvr8gx put -40px into margin top.
Best Regards
It eliminated the yellow-y spot, but for everything else, it just brought the content closer to the edge. The white section still prevails 🙁
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-has-bg .product-tabs-wrapper {
margin-bottom: 0!important;
}
.single .site-content {
margin-bottom: 0;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Spacing between footer and bottom part of product page.’ is closed to new replies.