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

    if a special heading is displayed on a mobile device it won’t wrap if the heading is too long… is there a workaround ?

    #122668

    Hi!

    Try to insert following code into the quick css field

    body .av-special-heading>* {
    word-wrap: break-word;
    }

    Regards,

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘heading do not wrap on mobile device’ is closed to new replies.