Hi,
I am trying to increase the font size for the title of the tab sections (like described in the docs). But it breaks into two lines on iOS.
Desktop Chrome and Safari are fine btw. It is only on the actual phone (iPhone in my case).
Best regards
Felix
Hey cambium.digital,
Try this in quick css:
@media only screen and (max-width: 767px) {
.av-tab-section-tab-title-container.avia-tab-title-padding-default a span span{
font-size:12px!important;
}}
Best regards,
Jordan Shannon