Okay
  Public Ticket #2033943
Mobile title overlap
Closed

Comments

  • strangebrewagency started the conversation

    On mobile the page name overlaps in quite weird way, is there a way to increase the line spacing for mobile page titles?

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
            line-height: 63.7px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • strangebrewagency replied

    Will give this a go thank you!

  • strangebrewagency replied

    Worked! thanks guys.