Tagged: x
-
AuthorPosts
-
December 21, 2016 at 3:14 pm #1300921
NLeVasseurParticipantHi There,
On the product description page, I’ve got a nice big image with thumbs underneath. How can I adjust the padding in this column so there are only three thumbs with the fourth one wrapping onto the next line?More info to follow. . .
Thanks very much!
Regards,
NancyDecember 21, 2016 at 3:18 pm #1300929
NLeVasseurParticipantThis reply has been marked as private.December 21, 2016 at 8:19 pm #1301280
RadModeratorHi there,
Thanks for posting in.
Please add this code to Admin > Appearance > Customizer > Custom > CSS
.woocommerce div.product .images .thumbnails>a:nth-child(4n+4) { margin-right: 0; clear: left; }Hope this helps.
December 23, 2016 at 9:28 am #1302798
NLeVasseurParticipantThis reply has been marked as private.December 23, 2016 at 4:15 pm #1303075
FriechModeratorHi Nancy,
Please update the CSS code to this:
.woocommerce div.product .images .thumbnails>a:nth-child(4n+4) { margin-right: 4%; } .woocommerce div.product .images .thumbnails>a:nth-child(3n+1) { margin-right: 4%; margin-left: 0; clear: left; } .woocommerce div.product .images .thumbnails>a:nth-child(3n+3) { margin-right: 0 !important; } .single-product .thumbnails { padding-left: 10%; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1300921 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
