Home Forums WoodMart support forum product page image gallery position (rtl site)

product page image gallery position (rtl site)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327608

    Maayan
    Participant

    product page image gallery position (need to move the gallery to the left side and content to the right side)

    #327673

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .single-product {
        direction: ltr;
    }

    Regards.
    Xtemos Studios.

    #327709

    Maayan
    Participant

    hi
    thanks for replay

    I did some changes to your css code and now its working good

    .single-product {
    direction: ltr !important;
    }

    .summary-inner {
    text-align: right;
    direction: rtl !important;
    }

    thank you

    #327832

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘product page image gallery position (rtl site)’ is closed to new replies.