Sticky menu height + its content

Hi!
On www.coacheling.it we used the sticky menu. But it resizes my logo.
There's a way to increase the menu height and/or the logo size?
It coul be nice having these options within the control panel.
Anyway, BeTheme is awesome!! :)
2 licenses bought and maybe I'll buy a third soon.

Best regards

Marco

Comments

  • Hi,

    do you mean to have larger logo on sticky header only? If this is what you mean, then we are not sure what for if it's sticky. Sticky header should be as smallest as it's possible because in accordance to UX, users should see as most content as possible on page.

    Thanks!
  • ok, thanks.
    I agree, but our graphic designer would have a little bit bigger logo ;)
    So, no chances to use some CSS to improve it?
    I've been able to increase the hght of the menu but not the image height.

    Thanks :)
  • If you really want to do this, then you can use below css to increase logo size:
    #Top_bar.is-sticky { height: 80px !important; }
    #Top_bar.is-sticky #logo img { max-height: 65px !important; }
Sign In or Register to comment.