H1 heading words touching each other in mobile view?
Hello, I am using Vantage theme and SiteOrigin site builder.
On my site H1 heading letters touches each other in mobile view, when words are on top of each other. So there is no any space between lines.
I’ve done those headlines with Black Studio TinyMCE Visual Editor.
And it is not just this heading on example site, I already tried to make a new page from scratch, and also tried different browsers and always same thing with h1 heading.
So is there maybe some easy custom CSS solution to add some space/pixels there between rows in mobile view?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Jay Kay
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
h1 { line-height: 1.7em !important ; } h2 { line-height: 1.7em !important ;; } p{ line-height: 1.9em !important ;; }Try that out
Cheers :)
It works! Thanks mate for fast support!
Perfect :-)
Always feel free to open a new thread whenever you require support
Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.