Expanding nav bar

Homepage Community Forums Aspire Theme Support Expanding nav bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18249
    sallen5280
    Customer

      Ok, so I’ve made a lot of changes to the CSS for my website and I don’t think the header/nav bar is behaving properly, but I’m really not sure. On the demo site, it sort of snaps to a smaller size when you scroll down the page. On my browser, the logo in the upper-left is getting smaller, but the height of the header stays the same.

      Am I missing something or should the entire header/nav bar be getting smaller when you scroll down the page. I like the movement and the animated effect, but I feel like the entire header should get smaller.

      Alternatively, is there a way to turn off the animation and just make it a fixed header?

      Thank you for your help.

      http://dev.checkmarksbookkeeping.com

      #18252
      Eric
      Customer

        Yes if you want to make it a fixed header with everything the same size throughout scroll, then *comment out* line 1671 in the style.css file –

        .header-image .light .site-title > a {
        	/*height: 56px;*/
        }

        You can still have the rest of the header get smaller with the logo if you wanted to, but if you prefer the header to be the same size then the above code would do it.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.