Tagged: x
-
AuthorPosts
-
May 2, 2016 at 9:40 pm #910078
theoutdoorarmoryParticipantHi,
My website is theoutdoorarmory.com
If you go here in my shop: https://theoutdoorarmory.com/store/ you will notice that products pictures are not in line horizontally.
How do I fix that?
This is also apparent in the “Related Products” page if you scroll down here:
https://theoutdoorarmory.com/product/gsi-outdoors-collapsible-fairshare-mug-650-ml-blue/
I attached two screen caps for your reference.
Thanks in advance.
May 3, 2016 at 2:05 am #910284
RupokMemberHi there,
Thanks for writing in! it’s because the images are not same in size. You can set a height or max height for the featured image container by adding this under Custom > CSS in the Customizer.
.woocommerce li.product .entry-featured { max-height: 270px; }Hope this helps.
Cheers!
May 4, 2016 at 12:02 am #911891
theoutdoorarmoryParticipantHi,
Still not working. I attached screen caps of my CSS and the page.
🙁
May 4, 2016 at 5:12 am #912173
ThaiModeratorHi There,
Please try with this CSS instead:
.woocommerce li.product .entry-featured img { max-height: 150px; width: auto; min-width: auto; }Hope it helps 🙂
May 4, 2016 at 5:38 am #912207
theoutdoorarmoryParticipantThank you so much!
Just one last question.
Could you check my shop here: https://theoutdoorarmory.com/store/
And check what is the size of the thumbnail in pixels?
Thanks
May 4, 2016 at 8:47 am #912480
ThaiModeratorHi There,
Please try with this CSS:
.woocommerce li.product .entry-featured img { max-height: 115px !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-910078 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
