This topic has 9 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
hi there,
When I look at my Shop Page and the list of products, my product images appear to be left justified with some sort of white border to the right – you can see clearly when you hover over the product image with your cursor.
I have tried removing Quick View and Scrolling and it did not help, and I have tried adjust the size of the Images in Theme Options but I still cannot remove the White Thick space to the right of the images and they still appear to be left justified.
Any help would be appreciated!
Thank you
Hello,
Please try to add this code in custom css http://prntscr.com/hbofkm:
.products-grid .product .product-image-wrapper, .sidebar-position-without .products-grid.product-count-3 .product {
text-align: center;
}
.products-grid .product .product-image-wrapper {
margin-top: 15px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
I just added the code and it still looks the same.
Any other suggestions?
Please provide screenshot of code that you added.
Regards
.products-grid .product .product-image-wrapper, .sidebar-position-without .products-grid.product-count-3 .product {
text-align: center;
}
.products-grid .product .product-image-wrapper {
margin-top: 15px;
}
I’ve asked you about screenshot. You may use such screenshot maker as Lightshot.
Or provide wp-admin access in Private Content.
Regards
Here is the screen shot…..not sure why you need it since I copy and pasted the code in the Custom.css file as you suggested.
I removed the sizing of the images in the Legenda Theme settings, I’m added Hard Crop to the image settings in Woocommerce>Settings> Display
Is there code to centre the product image? The text seems centred but the image seems to be LEFT justified with White Padding on the right of the image.
Hello,
Sorry for the delay due to the weekends.
I do not see the code via inspector on your site, so please provide wp-admin access in Private Content.
Thanks in advance!
Regards
You must be logged in to reply to this topic.Log in/Sign up