How to Make the Sticky Logo Larger and the Header Area Taller?

How can I make the Sticky Logo Larger and the sticky header area taller with more padding? 

Comments

  • HI,
    sorry but we do not have any option to change the logo size or the height od the sticky header.
    If you want to have a bigger header on scroll then we suggest using the fixed header style.
    thanks
  • I have another version of my logo that I would like to use instead. I added it under Sticky Header in the Be Theme Options, but my regular logo is the only one showing up. How can I fix this to change logos upon scrolling?
  • I really can't move forward with my logo looking like this when scrolling down the page and I cannot make it any smaller. I also need the transparent background header for my design to work sufficiently.  take a look and let me know what my options are. Thanks!
  • Try this css
    #Top_bar.is-sticky {	
    height: 70px !important;
    padding-top:8px !important;
    }
    And the sticky logo is loading fine.
  • Thanks so much for your help! 
Sign In or Register to comment.