Problem Stack Center on sticky.
Hi

when I inserted the code to center the menu (Stack: Center)
#Top_bar .menu > li { display: inline-block; float: none; }
#Top_bar .menu_wrapper { text-align: center; width: 100%; }
when i active: Sticky, see picture

Comments
any url to site where this happen?
#Top_bar .menu_wrapper { text-align: center; width: 100%; }with:#Top_bar:not(.is-sticky) .menu_wrapper { text-align: center; width: 100%; }#Top_bar .menu_wrapper { text-align: center; width: 100%; }with this#Top_bar:not(.is-sticky) .menu_wrapper { text-align: center; width: 100%; }
But the 1st line should stay as was:#Top_bar .menu > li { display: inline-block; float: none; }So the complete code should be:#Top_bar .menu > li { display: inline-block; float: none; }And now, look at your code http://snag.gy/5e6Hr.jpg and tell us if this is the same code? Doesn't look like you replace the line we mentioned above, right? Does it make sense?#Top_bar:not(.is-sticky) .menu_wrapper { text-align: center; width: 100%; }
#Top_bar:not(.is-sticky) .menu_wrapper { text-align: center; width: 100%; }