This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
We are using the 3 column layout for the Single Product Page and its pretty much how we want it, but we are running into some issues with the far right column’s width cutting off some of the content into multiple lines. I believe its set to 25% width, but we would like to increase that to 30%ish and reduce the far left column with the product image to be slightly smaller. When reducing it via CSS, it kicks the center column off.
Here is the example page
https://www.caplabs.com/shop/dhea-100mg/
What is the CSS to modify these column widths, it seems they have some complex media queries that override what we do based on page width..
Hello,
You may use this code in Theme Options > Styling > Custom css:
.single-product .product-information {
width: 40%;
}
.single-product .product-side-information, .single-product .product-images {
width: 30%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up