Okay
  Public Ticket #221228
Centered heading on mobile
Closed

Comments

  • Mayrav started the conversation

    I've included some headings on my site using the "centered heading" shortcode, but they aren't showing up when I visit the page on my phone (iPhone 5)

  •  8,425
    Tahir replied

    Hey Mayrav!

    Add this into the Custom CSS box located in your Salient Options panel :

    .row .col.section-title span, html .single #single-below-header span {
        display: block !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Mayrav replied

    That worked, thank you!