Hi,
I have followed your recent article on having the sidebar to the left of the single product page.
I am now wondering is it possible to use these wraps and css to make the full width? To fill the product container?
Example:
https://mediaforgyms.co.uk/product/luxury-business-cards/
Thanks,
Harry
Hey hloft!
I think what your wanting to do is add this to your custom CSS.
.single-product .product { width: 100% !important; }
If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott
Hi Elliot,
Thanks for that but that seems to have overwritten my previous code found in this guide:
http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/
I want it to look like this:
https://mediaforgyms.co.uk/wp-content/uploads/2015/02/mediaforgymsproductpage.jpg
Hope that helps!
Harry
Hey!
please try this workaround:
.single-product-summary {
overflow: visible;
}
.template-shop div.product div.summary {
width: 60%;
float: left;
}
Cheers!
Andy