Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1187891

    Hi Enfold team,

    I wanna reduce the font size and space between lines of all text elements and H2 elements on mobile screens.
    how can I do that?

    thank you

    • This topic was modified 4 years, 8 months ago by Rio1.
    #1188157

    Hey Rio1,

    Best regards,
    Victoria

    #1188286

    thank you, solved the issue
    @media only screen and (max-width: 325px) {
    body, body .avia-tooltip {
    font-size: 16px !important;
    }
    }
    did the trick ;)

    #1188607

    Hi Rio1,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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