Hi,
I used the tabs with the icons for some sites but on mobile you don`t see all of the icons. They are hidden. How can i change that?
Many greetings Rixi
Hey rixi,
Sorry for the very late reply and thanks for the link to your page.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 630px) {
#top #plugins .av-section-tab-title {
padding: 5px 10px 0px 10px !important;
width: 18% !important;
}
#top #plugins .av-tab-section-tab-title-container {
background-color: #F1F1F1 !important;
}
#top #plugins .av-inner-tab-title {
font-size: 10px !important;
}
#top #plugins .avia-tab-title-padding-none .av-outer-tab-title {
left: 12px !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike