Okay
  Public Ticket #1487825
vertical Text align top menu
Closed

Comments

  •  1
    Stephan started the conversation

    How can I vertical align the entries of the top menu to be bottom aligned with the logo ?

    PS: also for the social icon in top menu


    http://web82226.customer.xenway.de/kontakt/

  •  8,469
    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):

    body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a {
        padding-bottom: 18px !important;
        padding-top: 52px !important;
    }
    body:not(.material) header#top nav > ul > li#social-in-menu > a {
        margin-bottom: 0px !important;
        margin-top: 52px !important;
    }

    Thanks


    ThemeNectar Support Team