This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
How can I increase the page width of the Single Product Page with a sidebar to full width so it has the same padding as the Shop Page with sidebar at full width?
I would like it this wide(shop page)
http://www.exteriorcoatings.com/brand/acl-staticide/
Not this wide (single product page)
https://www.exteriorcoatings.com/shop/4010-1-acrylic-floor-stripper-1-case-4-gal/
Thanks.
Hello,
Try to put this code snippet
.single-product .content-page.container {
width: 122rem;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
Regards
Works as expected. Thanks!
You are welcome!
You must be logged in to reply to this topic.Log in/Sign up