thumbnails VM
25 April, 2016
- GK User
- Fri Apr 07, 2017 8:02 pm
Hello, I have a problem when I add more than 1 image to a product, the thumbnails does't show correctly.
If I check the virtuemart CSS it looks fine, but just the thumbnails, I think is a box CSS problem but I don't know how to fix it
If I check the virtuemart CSS it looks fine, but just the thumbnails, I think is a box CSS problem but I don't know how to fix it
-
- Fresh Boarder
- teitbite
- Sun Apr 09, 2017 11:08 am
Hi
Please tell me the url to the exact page with an example of this issue.
Please tell me the url to the exact page with an example of this issue.
-
- Moderator
- GK User
- Tue Apr 11, 2017 5:20 am
-
- Fresh Boarder
- teitbite
- Fri Apr 14, 2017 10:41 am
Hi
Please add this code to override.css and make sure override is enabled in template settings.
You can play with width value to make them smaller/bigger
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.productdetails .additional-images > .additional-image {
float: left;
width: 114px;
}
You can play with width value to make them smaller/bigger
-
- Moderator
4 posts
• Page 1 of 1