This topic has 4 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Good day,
I’m writing to notify you about problem I’m experiencing on my single-product page. there is not pre-designed template for my single-product page and i tried to make use of single product builder to create one but the Images alignment is not working: the images just scatered all over the page.
I’d like you to assist me with well layout single-product template and how to import it to my site.
Thank you
Hello,
Provide us with WP Dashboard access to check the settings that you use and help you.
Regards
Thanks for your response;but the problem has been resolved. However, i discovered that my shop’s product images are excessively large and uniform in size.
Please I’ll need your help to make it smaller and more uniform.
Hello,
Add the next code in Theme Options > Theme Custom CSS:
.content-product .product-content-image img {
width: auto;
max-height: 200px;
}
.content-product .product-content-image {
min-height: 200px;
}
Read about size/crop settings here – https://www.8theme.com/documentation/xstore/woocommerce/product-images/
Regards
You must be logged in to reply to this topic.Log in/Sign up