Okay
  Public Ticket #1428600
diff font size on mobile
Closed

Comments

  • Rafal started the conversation

    Hi. 

    Is there a way to reduce the font size of the title on mobile. When I use the word Appartment, it doesn't fit in one line and gets split which doesn't look good. See attached screen.

    Thanks for help. 

    Rafal

  •  234
    Elena replied

    Hi,

    You can add some CSS in Customize -> Additional CSS. For example:

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

    Cheers, P.