Move single product thumbnails to be left of the primary image.
-
How can I move the single product thumbnails to be displayed left of the primary image instead of below it?
I’ve thought of two ways to do it.
- Move the div class “thumbnails” tag before the a class “zoom” tag
- Use CSS somehow
I’ve tried to move the thumbnails
div
, which I found generated in ado_action
in thesingle-product/product-image.php
template (which I copied to the theme folder). But if I move it before the primary image in that file, the contents of the thumbnails are wrong, i.e. the first thumbnail is the same as the primary image, and the thumbnail that should be first is missing.What would be a good way to do it?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Move single product thumbnails to be left of the primary image.’ is closed to new replies.