Okay
  Public Ticket #1408569
Header Text not Centred in Mobile
Closed

Comments

  • mirotck started the conversation

    Is there a possibility to make the Header Text vertically centred in the mobile version? i set the height on 550pixels and on the desktop computer its perfectly centred, but in the smartphone its almost sticking to the bottom of the header? any ideas for custom css?

    Thank you vey much for support. great support always.

  •  9,017
    Tahir replied

    Hey Again,

    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[data-parallax="1"]:not(.out-of-sight) .span_6 {
        margin-top: -30px;
    }

    Thanks


    ThemeNectar Support Team