Sticky bar wrong

Hey there guys!
I have a problem with the sticky bar. 
My regular menu bar is stack center which is perfect, with a code I found in the forum I got the menu aligned center. After inserting the code the sticky bar got weird. See the image below. What can I do?

Comments

  • Hi,

    sticky header can not be 100% width because this a logo in the same line as well. That's why, for sticky header you must decrease width or remove it at all. You can decrease it's width with below css:
    #Top_bar.is-sticky .menu_wrapper { width: 80% !important; }
Sign In or Register to comment.