Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1239239

    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

    #1239411

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.