This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi.
We have a problem: the images in single product’s gallery are not aligned with the main product featured image (like this -> http://www.lailaki.com/sample.png )
How can we fix it?
Thanks a lot,
best regards
Hello,
Please try to use this custom css code:
.thumbnails {
margin-left: 0;
}
Regards
Sorry, doesn’t work (child’s css edited, cache already erased) 🙁
Please change the previous code to this one:
.single-product .thumbnails {
margin-left: 0 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up