Okay
  Public Ticket #2696939
Title display on mobile
Closed

Comments

  • Jamal started the conversation

    Just curious how I can get my larger titles on my homepage to display without being cut off in the mobile vertical view without affecting the way they are displayed on all other devices, thanks. 

  •  2,963
    Andrew replied

    Hi Jamal,

    Thanks for keeping in touch.

    Please try this css:

    @media only screen and (max-width: 690px){
    body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, body.single.single-post .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 56.5px;
        line-height: 76.7px;
        letter-spacing: 0px;
        margin-left: -20px;
    } }

    Thanks.

  • Jamal replied

    Worked, thanks!