Okay
  Public Ticket #939025
Mobile header font size
Closed

Comments

  •  2
    joerigosens started the conversation

    Hey, I'd like the font size in the header on mobile devices to be responsive, right now text falls of screen. I'm happy with the size on desktop but would wish this is responsive as well (see screenshot to easily understand the problem)

    Thanks a lot in advance

  •  8,996
    Tahir replied

    Hey J,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        body .row .col.section-title h1, body h1 {
            font-size:25px !important ;
            line-height: 28px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    joerigosens replied

    Thanks a lot, this fixed it ;)