Modern Event Calendar slider don't show well

Hi the bullets of my slider don’t show well.

Hello Mastres,

Thanks for writing in!

Can you please share the website URL in question over here. Please share the exact page URL for us to take a closer look. There are multiple licenses on your website, so it’s a bit difficult for me to gauge the website in question over here.

In the meantime, please try out following solutions:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Go to X > Settings and click on the Clear Style Cache button.
  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
  4. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Thanks.

Here you have

Hi @Mastres,

Please try adding this custom CSS on Theme Options > Global CSS.

.mec-owl-theme .owl-dots .owl-dot {
    width: auto;
}

There’s CSS conflict on width property. That should fixed it.

I have to add some code and works
.mec-owl-theme .owl-dots button.owl-dot {
width: auto;
border-style: none !important;
padding: 0px 0px 0px !important;
}

The problem was button tag, it was override with user agent stylesheet

Thanks!!

Hi @Mastres,

That’s weird, that’s certainly not added by the theme but glad it’s working now.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.