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

    Hello,

    I have the following problem: The font e.g. from the headline rotator is too large for a mobile screen. Have look at the picture: http://eepocon.de/wp-content/uploads/2017/10/Bildschirmfoto-2017-10-02-um-13.37.00.png

    I tried different quick css codes you provided in your forum but nothing changed. So I don’t know what to do right now. Can you help me please?

    http://www.eepocon.de

    Thanks a lot in advance!
    Best regards,
    Philipp

    #859473

    Hey Philflip,

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

    @media only screen and (max-width: 479px) {
    .av-rotator-container-inner {
      font-size:16px !important;
    }
    }

    Best regards,
    Rikard

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