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].
Hello, I am trying to move the menu from being center-aligned to being aligned to the right on my homepage. Can anyone help out in explaining how to accomplish this?
Thanks!
Hi Christopher
Try the following under 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; }Should do the trick.