This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

H1 heading words touching each other in mobile view?

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

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?

URL: http://leaninfiveweeks.com/test/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 10 months ago

    Hi 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 :)

  2. Jay Kay 10 years, 10 months ago

    It works! Thanks mate for fast support!

  3. Daniel Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread