Owl Carousel Arrows Issue

3 replies · opened Dec 13, 2022

KKennethLeoHodgesDec 13, 2022

Hello,

My Owl Carousel is acting strange. The Right arrow starts out on TOP on the left arrow, until hovered/clicked, then it acts "normal" for a while.

The section is halfway down the homepage at: http://paintleads.com/ under the heading: WHAT OUR CUSTOMERS SAY.

Thank you for your time!!!!!

Ken

SSemicolon WebSTAFFDec 14, 2022

Hello,

This issue is due to Customizations in your code. Find the following code in the css/custom.css File:
[ch_pre type="css"].block-testimonials .owl-carousel .owl-nav .owl-next {
right: -20px !important;
}[/ch_pre]

and replace it with:
[ch_pre type="css"].block-testimonials .owl-carousel .owl-nav .owl-next {
left: auto;
right: -20px !important;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KKennethLeoHodgesDec 14, 2022

Thank you SOOO Much!!! You guys are AMAZING!!! Best template, and best support EVER!!

SSemicolon WebSTAFFDec 16, 2022

Very Happy to Help!

Please do let us know if we can help you with anything else or if you find any further issues.

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