Any suggestion how to center menu using stack:center
Right now it pushes the menu all the way left. Is there any option to kick the menu centered below the logo?
Like so:
http://imgur.com/1XGmFXn
Like so:
http://imgur.com/1XGmFXn
Comments
#Header .menu > li { display: inline-block; float: none;}#Top_bar .menu_wrapper { text-align: center; width: 100%; }
#Top_bar .top_bar_left { width: 100% !important; }
.header-stack #Top_bar .top_bar_right { display: none; }
I used this code:
#header .menu> Li {display: inline-block; float: none;}#Top_bar .menu_wrapper {text-align: center; width: 100%; }
#Top_bar .top_bar_left {width: 100% importante; }
.header-stack #Top_bar .top_bar_right {display: none; }
thanks
#Top_bar.is-sticky .menu_wrapper { width: auto; }Please help
#Top_bar #menu { background: transparent !important; }