Tagged: ,

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

    Hi,

    The Font size dosen’t change correctly on my iPhone. For example here http://www.babylandag.ch/sortiment/baby-mode/, the text gets cuted off.
    The CSS class name is “av-special-heading-tag” and didn’t add any custom CSS so far. Can you please help me?

    Thanks & Best
    Michael

    #648961

    Hey ghostface_ch,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    h2.av-special-heading-tag {
        font-size: 0.5em;
    }
    }
    

    Regards,
    Rikard

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