Okay
  Public Ticket #826200
Page Title Mobile/Responsive
Closed

Comments

  • Diane started the conversation

    Hi, on mobile devices, the page title is much lower and sits at the bottom of the background image. Is there a setting or way I can make it be in the middle vertically? I don't think any of my custom CSS changes affected it?

    Thanks!

  •  8,994
    Tahir replied

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

    #page-header-bg {
        z-index: 15 !important;
    }
    

    Best.


    ThemeNectar Support Team