Okay
  Public Ticket #1233481
Menu Alignment
Closed

Comments

  • collin started the conversation

    Hi,

    I would really like to align the left-navigation menu to the top of the page (with 25px padding).  I dont need a logo btw.  Can you help?


    Thank you

    Collin

  •  9,012
    Tahir replied

    Hey Again,
    Hope you had a Great Weekend,

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

    @media only screen and (min-width: 1001px) {
        body[data-header-format="left-header"] #header-outer nav {
            vertical-align: top !important;
        }
        body[data-header-format="left-header"] #header-outer .span_3 {
            display: none !important;
        }
        html body[data-header-format="left-header"] #header-outer .row .col.span_9 {
            top: 0px;
        }
    }

    Thanks


    ThemeNectar Support Team