Home Forums WoodMart support forum Spacing between footer and bottom part of product page.

Spacing between footer and bottom part of product page.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #126387

    shrooki
    Participant

    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.
    #126400

    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

    #126535

    shrooki
    Participant

    Got it. It’s attached.

    #126536

    shrooki
    Participant

    Reattached the image.

    Attachments:
    You must be logged in to view attached files.
    #126553

    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

    #126648

    shrooki
    Participant

    It eliminated the yellow-y spot, but for everything else, it just brought the content closer to the edge. The white section still prevails 🙁

    #126686

    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

    #126750

    shrooki
    Participant

    That did it! Thank you!

    #126774

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Spacing between footer and bottom part of product page.’ is closed to new replies.