• Resolved lxdesignlabs

    (@lxdesignlabs)


    I experience a problem with navigation dots for the Addons’ Carousel widget. In Elementor, they seem to be in place, but on the page they shift vertically.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Leap13

    (@leap13)

    Hi @lxdesignlabs

    Could you please share a screenshot of the navigation dots settings from the widget settings?

    Regards

    Thread Starter lxdesignlabs

    (@lxdesignlabs)

    Hello, you can check it here https://lxlabs.org/topics/course-overview/

    Thread Starter lxdesignlabs

    (@lxdesignlabs)

    It seems that the problem isn’t specifically with this widget, but with page or website settings. I figured the same issue occurs with other widgets I use, both PA and others’: https://lxlabs.org/topics/week1-extend/ Here, for instance, both tabs widgets stacked horizontally are displayed as vertical. Do you have any idea what kind of setting might affect this?

    Plugin Author Leap13

    (@leap13)

    It seems that Learndash plugin has a couple of CSS that are applied on any list tag on your pages.

    Please try to add the CSS below and let me know if it did the trick

    .slick-dots {
        margin: 0 !important;
        padding: 0 !important
    }
    
    .slick-dots li {
        display: inline-flex !important;
    }

    Regarding the tabs widget. This widget is actually included in the pro version of Premium Addons. We are not allowed to provide any support related to the paid version of the plugin on WordPress forums.

    So, you need to contact our support team from here.

    Regards

    Thread Starter lxdesignlabs

    (@lxdesignlabs)

    Thank you for your response, the code snippet helped! I will make sure to contact your support team concerning the tabs widget. Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Carousel Navigation Dots Become Vertical’ is closed to new replies.