This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hello,
I have setup in Single Product Page > Page Layout > Select Image on right. But image is still showing on left of page.
http://www.forest-av.co.uk/wp/product/universal-tv-floor-cart-stand-32-60-lcd-led-plasma-tvs/
UPDATE:
Text on left with Image on right.
It does work When I import Demo Data ‘LANDING’. But does not work with Demo Data ‘FURNITURE’
Hello,
You are right. There is such issue and we’ll fix it in next theme update. To fix it on your site add the following code (Theme Options > Styling > Custom CSS)
.single-product-right.product-fixed-images .product-content > .row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up