Okay
  Public Ticket #2807204
Page Title Size
Closed

Comments

  • Luc started the conversation

    Hi, Is there an option to change the header title size?

    Now the last one or two letters are on a separate line.

    See attachments.

    Luc

  •  234
    Elena replied

    Hello,

    You can add some CSS in Customize -> Additional CSSsmile.png

    For example:

    @media screen and (max-width: 1239px) {   .hero-title { font-size: 44px; } }

    P.S. @media screen and (max-width: 1239px) means that you want to apply that rule when window width is < than 1240pxwink.png

    Cheers, P.

  • Luc replied

    Thanks for the quick reaction. The code doesn't work.

    The.hreo-title is in red.

  •  234
    Elena replied

    Hey Luc,

    Code you are using is incomplete, you must use:

    @media screen and (max-width: 1239px) {   .hero-title { font-size: 44px; } }

  • Luc replied

    Thanks!

  •  234
    Elena replied

    No worriessmile.png