Tagged: x
-
AuthorPosts
-
September 10, 2016 at 10:31 am #1169325
outfitarenaParticipantHi,
The photos on the right are too big, so I resize them through css code. But I need the red one to stay the same. Is that possible?? I mean, can I manage it separately from others?
Thanks in advance!!
September 10, 2016 at 10:33 am #1169327
outfitarenaParticipantThis reply has been marked as private.September 10, 2016 at 12:13 pm #1169393
ThaiModeratorHi There,
Please add the following CSS:
.woocommerce div.product .summary img { max-width: 150px } .woocommerce div.product .summary img.wp-image-143 { max-width: 100%; }Hope it helps 🙂
September 10, 2016 at 1:07 pm #1169417
outfitarenaParticipantThis reply has been marked as private.September 11, 2016 at 12:27 am #1169801
ChristopherModeratorHi there,
Please update previous code to :
.woocommerce div.product .summary img { width: 150px; height: 150px; }Hope it helps.
September 11, 2016 at 12:57 am #1169814
outfitarenaParticipantThis reply has been marked as private.September 11, 2016 at 4:17 am #1169950
Rue NelModeratorHello There,
If you want to exclude the red image, you can use this code instead:
.woocommerce div.product .summary img:not(.wp-image-143) { width: 150px; height: 150px; }Please let us know if this works out for you.
September 11, 2016 at 5:50 am #1170005
outfitarenaParticipantIt worked perfect, thank you, guys!!!
September 11, 2016 at 6:23 am #1170027
ThaiModeratorGlad it worked 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1169325 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
