DdamoonproMar 13, 2021
Hello
As you can see in the picture, the arrows of positioning for moving pictures are shown reversed when using carousels. I would really appreciate it if you can help me with this problem.
2 replies · opened Mar 13, 2021
Hello
As you can see in the picture, the arrows of positioning for moving pictures are shown reversed when using carousels. I would really appreciate it if you can help me with this problem.
Hello,
Apologies for the Inconveniences caused!
Consider using this CSS code:
[ch_pre type="css"].rtl .owl-carousel .owl-nav [class*=owl-] {
transform: rotate(180deg);
}[/ch_pre]
This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
thank you , it works
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard