product page image gallery position (rtl site)
-
product page image gallery position (need to move the gallery to the left side and content to the right side)
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.
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
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.
The topic ‘product page image gallery position (rtl site)’ is closed to new replies.