What is the css class for the transparent header and the sticky header. I try to center with text-align and nothing work Am I missing something.
#Top_bar .menu_wrapper {
float: none !important;
text-align: center !important;
width: 100% !important;
}
Am I missing something?
Comments
please send us link to page where you would like to center menu and we will see if it's possible.
Thanks!
#Top_bar .menu_wrapper { width: 100% !important; text-align: center !important; float: none !important; }#Top_bar .menu > li { display: inline-block !important; float: none !important; }
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky { background-color: transparent !important; }
.sticky-dark #Top_bar.is-sticky { background: #2a9e68 !important; }.sticky-dark #Top_bar.is-sticky .menu > li > a:hover { color: #fcbd11 !important; }
#Top_bar .menu > li.current-menu-item a { color: #fcbd11 !important; }#Top_bar .menu > li.current-menu-item a { color: #fcbd11 !important; }