Hi - I am trying to change how the 'Tabs' element looks on mobile. Would you be able to help me either by showing me which code to edit - or by supplying the custom CSS to make it like the one shown on the attached visual. I show an example of how it looks by default (1) - and how I would like to style it (2).
Hi - I am trying to change how the 'Tabs' element looks on mobile. Would you be able to help me either by showing me which code to edit - or by supplying the custom CSS to make it like the one shown on the attached visual. I show an example of how it looks by default (1) - and how I would like to style it (2).
Many thanks,
Hi there,
Try the following custom css:
@media only screen and (max-width: 1000px) { .tabbed[data-style="minimal"] >ul li a span { background: #ebe9e9 !important; padding: 5px 10px; font-size: 15px; margin: 0 -13px; } .tabbed[data-style="minimal"] >ul li a.active-tab span { background: #a4a4ed !important; } }
Hope this helps.
Hi there,
We are not available for custom work outside support. You can find a freelance available for pay out there.
I have updated the recently sent css. Can you copy again to change active tab and add margin.
Thanks.
That is great - thanks for your help!