Okay
  Public Ticket #902597
Header Options
Closed

Comments

  • Matt started the conversation

    Hello,

    I'm trying to customize my header. I have the logo ABOVE the navigation. But I can't seem to get it any bigger then it is without it looking bad. 

    I would like to keep the size of the header the way it is now but would like to make the logo bigger. I can't seem to figure out how to remove the padding.

    Lastly, when I scroll down I would like the logo to disappear and the header nav to shrink.

    I sort of achieved this in the settings you gave me but it's very, very inconsistent.

    I think if you visit the site you'll see what I mean.

    Thanks!! Love the theme

  •  8,996
    Tahir replied

    Hey Matt

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Matt replied

    www.flaviliciousfitness.com

  •  8,996
    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 #logo img {
        height: 120px !important;
        margin-bottom: -21px !important;
        margin-top: -10px !important;
    }
    
    .small-nav header#top #logo img {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team