Sticky Header issue

I noticed that my sticky header is dropping the menu items below the logo.  I thought I could justify the header to the left and the menu items would fit in there.  Is there an option to fix this?  Thank you.


Thank you!

Comments

  • Hi,

    it's because you have too many menu items in header and there is not enough space for menu items and logo. So or you will remove one of main menu items or you need to decrease padding for all menu items with the following css:
    #Top_bar.is-sticky .menu > li > a span:not(.description) { padding: 0 10px !important; }
Sign In or Register to comment.