Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1349550

    As the title says, when Zoom is activated in Safari on iPhone at >100% the text in the title box on the home page fails to wrap.

    #1349577

    Hey Donal,

    Could you share a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1349585
    This reply has been marked as private.
    #1349622

    Hi,

    Thank you for the screenshot.

    We can decrease the font size and adjust the word-wrap property to make sure that whole words break into the next line instead of single characters.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .avia-promocontent h1 span {
        word-break: break-word;
        font-size: 20px;
      }
    }
    

    Expected result: https://1drv.ms/u/s!AjjTfXSRbKTvwFtJsaq9EhFLeQzO?e=ZerX9i

    Best regards,
    Ismael

    #1349633

    Thanks. Do I add that to Quick CSS?
    Donal

    #1349687

    Hi Donal,

    Yes, please try adding it to Quick CSS.

    Best regards,
    Rikard

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