The arrows being reverse in carousels

2 replies·opened Mar 13, 2021
D
damoonproMar 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.

S
SemiColonWebSTAFFMar 13, 2021

Hello,

Apologies for the Inconveniences caused!

Consider using this CSS code:

.rtl .owl-carousel .owl-nav [class*=owl-] {
    transform: rotate(180deg);
}

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.

D
damoonproMar 14, 2021

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