New Image on Right (Product Page) does not work.

This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow

  • Avatar: silentmedia
    silentmedia
    Participant
    September 25, 2016 at 13:49

    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/

    2 Answers
    Avatar: silentmedia
    silentmedia
    Participant
    September 25, 2016 at 14:46

    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’

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 26, 2016 at 09:30

    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

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.