Hey there,
I’ve created a tab section with 4 tabs which looks and works great on desktop.
However on mobile only 3 tab icons are displayed at once.
The icons are rather big and theres a big gap in between.
Is it possible to display all tab icons at once?
Maybe by reducing size or gaps between the icons?
See for yourself
Cheers Dennis
Hi Dennis,
Your screenshot is not loading, could you post a link to where we can see the actual element instead please?
Best regards,
Rikard
Hi Dennis,
It is built this way, when you tap on the most left of the icons the tab titles slide to left, and if you tap on the most right, the tab titles slide right.
You can check the behavior here
Best regards,
Victoria
Is there no way to tighten the gap between the icons?
Hi Dennis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top .av-section-tab-title {
padding: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
the code worked beautiful.
Thank you so much!
Dennis
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon