Plugin Author
Leap13
(@leap13)
Hi @lxdesignlabs
Could you please share a screenshot of the navigation dots settings from the widget settings?
Regards
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
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!