Okay
  Public Ticket #1500773
How to vertically center slide out nav menu items
Closed

Comments

  •  1
    Kris started the conversation

    Is it possible to vertically center the slide out menu items? Currently, they seem to be top aligned with the column or something...

  •  9,014
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #slide-out-widget-area .inner >div:first-of-type {
        margin-top: 53px !important;
    }

    Thanks


    ThemeNectar Support Team