Okay
  Public Ticket #2618018
menu container vertical align top
Closed

Comments

  •  4
    mkamara started the conversation

    Hi, 

    Is there a way to align the menu items to the top of the horizontal menu/ logo container? At present it seem to be in the centre by default.

    Thanks, Muenda

  •  2,963
    Andrew replied

    Hi Muenda,

    Add the following custom css to Salient > General settings > CSS/Script related:

    #header-outer[data-format="default"] #top .span_9 {
        margin-left: 0;
    }
    

    Kind regards.