Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Currently menu items are aligned left with logo. Is there a setting which allows me to align menu items on the right hand side? How do i make menu items more interactive such as drop down?
Hi R G
This can be achieved by adding the following to Appearance > Custom CSS:
/* Vantage right align the main menu */ .main-navigation ul { font-size: 0; text-align: right; } .main-navigation ul li { display: inline-block; float: none; font-size: 13px; } .main-navigation ul ul li { text-align: left; }To create a custom menu with drop downs, please see:
https://en.support.wordpress.com/menus/
Cool, thanks Andrew. Works.
Awesome, glad we could help.