Home › Forums › WoodMart support forum › Product gallery in Single Product Page › Reply To: Product gallery in Single Product Page
June 9, 2023 at 1:34 am
#473689
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){
body .thumbs-position-left .thumbnails .product-image-thumbnail {
margin-bottom: 5px;
}
}
Best Regards