Okay
  Public Ticket #306350
Mobile: Spacing between Heading
Closed

Comments

  • Kez started the conversation

    Hi Guys,

    Do have any css custom code to create more space between the heading on the attached page, its quite squished together on mobile?

    url isĀ 

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #full_width_portfolio .row .col.section-title h1, .single-portfolio .row .col.section-title h1 {
        line-height: 1em !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Kez replied

    works perfect, thanks tahir.