Height of desktop menu bar

Can I change height of desktop menu bar?

Comments

  • Hi,
    You can increase only whole header height, not only the menu.
    Theme Options > Global > Logo
    Increase this value:

    Thanks
  • edited December 2018
    Can I change sticky header size as same as header?
    logo size and header height...
  • edited December 2018
    I could change sticky logo as same size as header logo.
    But now I still can not change the size of sticky header height.
  • Sticky Header is made to be smaller than the normal menu.
    It's possible to change it, but only with CSS.
    Thanks
  • I saw forum and some people had same problem.
    But there are no solutions on forum.

    I thought here is to change this on responsive-off.css

    /* Sticky | .is-sticky ----------- */
    #Top_bar.is-sticky{position:fixed!important;width:100%;left:0;top:-60px;height:60px;z-index:701;background:#fff;opacity:.97;filter:alpha(opacity = 97);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}

    I tried but nothing changed.

    Can you tell me the way to change on css files or set to custom css?

  • Please send me a link to your website.
    I'll make the Custom CSS for you.
    Thanks
Sign In or Register to comment.