Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 16, 2013 at 12:28 am #27896 ghost85Participant 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? August 16, 2013 at 5:49 am #135750 IsmaelModerator 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Width of Special Heading in mobile’ is closed to new replies.