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.

Replies

5
  1. Andrew Misplon Staff 11 years, 6 months ago

    Hi Hugh

    Thanks for running Vantage.

    Changing the font sizing to em will make text responsive in terms of the browser font size being reset by the user but doesn’t apply to screen/device responsiveness.

    Try inserting the following under Appearance > Custom CSS:

    @media screen and (max-width: 680px) {
    .widget_headline-widget h1 { font-size: 16px; }
    }

    That will drop the h1 down to 16px below 680px. You can introduce responsiveness in this way.

  2. Hugh J. Masterson 11 years, 6 months ago

    Thanks. That’s works great. I’ve put in a list of those in my child theme for different screen sizes.

  3. Andrew Misplon Staff 11 years, 6 months ago

    Super, glad we were able to resolve.

  4. wouteryibs 11 years, 5 months ago

    Is there also a possibility to introduce multiline when the screen is getting smaller? The option above is nice, but not useful for smartphones, since the text for long sentences gets too small.

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