Quantcast
Viewing all articles
Browse latest Browse all 13924

allanwq on "[Theme: Vantage] Right Align Nav-Bar"

I did that already, try this CSS code and paste it in your Custom CSS

.main-navigation ul li {
display: inline-block;
float: none;
}

.main-navigation ul ul li {
display: inline-block;
float: none;
text-align: right;
}


Viewing all articles
Browse latest Browse all 13924

Trending Articles