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

    I use the Special Heading as the title for different sections of my website. Some of the titles are long and they are cut off on a mobile browser. Is there any way to make the text flow to the second line instead?

    #135750

    Hi,

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    font-size: 14px;
    line-height: 20px;
    }

    body .av-special-heading > * {
    white-space: pre-wrap;
    width: 600px;
    }
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Width of Special Heading in mobile’ is closed to new replies.