Okay
  Public Ticket #459806
Header Aligned Flush Left
Closed

Comments

  • Matt started the conversation

    Hello,

    I am looking to align my header flush left like this site here:

    http://www.chrisfinn.tv/


    Thank you

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #header-outer .row .col.span_9 {
        float: left;
    }

    Thanks



    ThemeNectar Support Team 

  • Matt replied

    Hello Tahir,

    Thank you for the response however the logo and menu options are still not in the left corner on my monitor. It may be responsively moving over on bigger monitors. I\'d like it to stay in that left corner.

    Thanks

    Matt

    mattbarretto.com

  •  8,851
    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) :
    header#top #toggle-nav {
        position: absolute;
        right: auto;
        left: 10px !important;
    }

    Thanks



    ThemeNectar Support Team