This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hi,
How do I achieve this layout for shop and have images this size and spaces in between each product?
https://prntscr.com/wu47tm
I just want the page product image to be small like this and more margin on the left and right. Also the product information and price etc to be on the right side below the image.
At the moment the image is massive and the information below the product image is on the centre.
Hello,
Please read this article – https://www.8theme.com/documentation/xstore/woocommerce/product-images/
and add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.content-product .product-content-image img {
width: auto;
}
.content-product .product-details {
text-align: left;
margin: 0 30px;
}
+ custom CSS for desctop area –
.content-product {
padding-top: 30px;
padding-bottom: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up