Home › Forums › I Am One Support › WooCommerce not working correctly
- This topic has 6 replies, 2 voices, and was last updated 4 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
September 13, 2018 at 11:18 pm #107666
On some of my single product pages it doesn’t look right?
Do you know how I fix this?
https://stearnsscientific.com/product/20c-manual-defrost-chest-freezers/
-Jamison
September 14, 2018 at 11:55 am #107709Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.woocommerce div.product { margin-top:30px;} .woocommerce .product .images { float:left !important; width:48% !important;} .product .summary.entry-summary { margin-left:0 !important; margin-bottom:120px!important;} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin:0 3% 2.992em 0; width:21.6%;} .woocommerce .products ul, .woocommerce ul.products { margin-top:30px;}
Regards,
DaveSeptember 14, 2018 at 1:15 pm #107730I did that – but the page still doesn’t work correctly
https://stearnsscientific.com/product/vapor-shippers/
I appreciate your efforts.
September 17, 2018 at 2:18 pm #107829Keep me posted.
September 18, 2018 at 11:58 am #107929Hi,
We checked, this is working fine.
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
DaveNovember 26, 2018 at 11:10 am #112371https://stearnsscientific.com/product/v-5000ehab-c-isothermal-carousel-ln2-freezer/
woo-commerce in mobile looks okay, but on desktop the image is small. How do I fix this?
Thank you.
-Jamison
November 26, 2018 at 11:36 am #112377Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.product img { height:auto !important;} .related .product img { height: 150px !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.