Home › Forums › WoodMart support forum › Left Vertical Position thumbnails not square › Reply To: Left Vertical Position thumbnails not square
December 25, 2023 at 9:45 am
#524379
Aizaz Imtiaz Awan
Keymaster
Hello,
01. Try to add the following custom CSS code for the video icon in Theme Settings > Custom CSS > CSS for desktop:
.product-image-thumbnail.wd-with-video:before {
top: calc(50% - 0.1em);
width: 30px;
height: 30px;
}
02. Enable the option Carousel pagination in the main galleryā€¯ option https://prnt.sc/zW2APUyvACDy
Best Regards.