Tagged: x
-
AuthorPosts
-
September 6, 2016 at 2:37 pm #1163454
AndreiParticipantHi,
I would like to reduce the box of the thumbnails. I attached an image. My website is //sinestezic.com
Thank you!
September 6, 2016 at 4:47 pm #1163567
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
@media screen and (min-width: 980px) { .single-product.woocommerce div.product .images .thumbnails>a { width: 100% !important; } }Let us know how this goes!
September 7, 2016 at 10:16 am #1164609
AndreiParticipantHi Nabeel,
Thank you for your reply. I don’t want to make the thumbnails bigger. I just want to eliminate that extra space in the thumbnail box (to make the box smaller) so I can bring the main image closer. I attached an image to show you what happened.
Thank you.
September 7, 2016 at 11:49 am #1164756
JoaoModeratorHi Andrei
Please add the following code to Appereance Customizer Custom CSS
@media (min-width: 1200px) { .single-product.woocommerce div.product .images .thumbnails { float: right !important; margin-right: -50px !important; }}Let us know how it goes,
Joao
September 7, 2016 at 12:40 pm #1164832
AndreiParticipantThank you very much Joao, we are almost there. Can we align the thumbnails with the red line which corresponds with the other info on the website and make the main image larger? I attached an image.
September 7, 2016 at 8:11 pm #1165530
RadModeratorHi Andrei,
Another support here but it looks different from I’m getting. Thumbnails are under the main image instead on the left. What browser you’re testing this on?
Thanks!
September 8, 2016 at 9:38 am #1166472
AndreiParticipantHi Rad, thank you, I figured out another better look for the page.
September 8, 2016 at 1:09 pm #1166785
JoaoModeratorHi Andrei,
Thanks for letting us know,
Have a great day.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1163454 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
