I have a website that is using the menu below slider option. I would like the menu centered without a logo under the slider. However, I would like the submenu items to alight to the left or right not be centered. I have achieved getting the menu centered without logo by using CSS
#Top_bar .menu_wrapper { text-align: center; width: 100%; }
^^However, that code also applies to the submenu. I do not see a way in the coding to apply CSS to just the submenu.
Comments