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

    Hi!

    I’m having issues with text being cut off on mobile devices ?

    Special headings doesn’t seem to resize enough to be seen as whole on mobile devices.

    Please see example here.

    http://restaurangfoto.se

    Regards
    Paul L.

    #386650

    Hi Paul!

    It’s the RESTAURANGFOTO heading correct? Add this to your custom CSS.

    @media only screen and (max-width: 479px) {
    h2.av-special-heading-tag { font-size: 14px !important; }
    }
    

    Cheers!
    Elliott

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