Extra padding on Layout Template

Good day.

We’ve built two custom Layout Templates to replace the standard layouts on the default WooCommerce Archive pages and Single Product pages.

The layout for the Archive pages looks correct with the same padding as the rest of the website’s pages:

The Section stretches all the way to the edge of the site body.

However, on the template for the Single Product pages, there seems to be an extra amount of padding that we can’t find where it’s coming from:

The Section does not stretch to the edge like it does on the Archive pages.

What is causing the extra padding on this template?

Hi @Glasseye,

Thanks for reaching out.
I have checked your website and found the padding in the single product layout, and unfortunately, there is no such option for removing that except the custom CSS code. I would suggest you add the following custom CSS code into the Layout CSS of that specific layout.

[class*=woocommerce] .entry-wrap
{
    padding:0px !important
}

NOTE: The given credentials do not work, please re-share if it is needed further.

Thanks

Thank you, the code did the trick.

Thanks for your help.

Hi @Glasseye,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.