Dotted list doesn't show anymore in tabs on mobile

Hi,

I added a new tab in smart tabs for some extra information but now the dotted list doesn’t show anymore on mobile because the format how the show the tabs changed because it doesn’t fit anymore on the screen otherwise I guess because of the extra tab. Anyone knows how to make the dots show again? I think it is a single CSS fix but I have no idea how to do it!

you can add this code at the bottom of the theme.css file

.smart-tabs-content-block li {
    list-style: outside !important;
    margin-left: 1rem !important; 
}

You abolute hero! Thank you|!|

1 Like

You’re welcome. Please help me like post. Thankyou :))