Alignment of main navigation
Hello.
I´ve centered the main navigation with this code:
.main-navigation ul {
text-align: center;
}
.main-navigation ul li {
display: inline-block;
float: none;
}Is it possible to align the subitems left?
Thanks in advance, Tom
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Tom
Thanks for running Vantage, please try adding the following to your Custom CSS:
.main-navigation ul ul li { text-align: left; }Thanks Andrew. That did the job.
Super; glad that helped. I’ll amend that last selector to this menu alignment snippet in future.
All the best with your project.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.