Single Product page wont go full-width
Hello,
i think i have yet tried anything so im coming ot you as my last resort help.
I am trying to get my single product page to work properly, as i have all the content boxed as in the link below:
However i have managed to have a workaround when i use short description instead of long description, as below:
but then, the rest collapses.
I have tried the custom css:
.woocommerce.single-product .sidebar { display: none !important; }
.woocommerce.single-product .sections_group { width: 100% !important; }
i doesnt work unfortunately.
Is there a way to properly introduce full width tho the woocomerce single product page?
Comments
Please go to Theme Options > Global > General and increase the "Grid width" to the maximum value.
https://i.imgur.com/Lqua3s5.png
It will change the grid on all of the pages on your website.
This is the only way to achieve that, Custom CSS will be very problematic.
Even if you make it, then it could make problems with responsiveness, that's why we recommend not to do it.
Thanks