Can anyone help with centering nav links on the menu bar in skyline ?

-
Nimble AppGenie UAE commented
To center nav links in Skyline, try this CSS:
css
Copy
Edit
.navbar {
text-align: center;
}
.navbar li {
display: inline-block;
margin: 0 10px;
}
Also, check if Skyline’s settings have a center alignment option for the menu.Need expert UI help?
contact- https://www.nimbleappgenie.ae/mobile-app-development-company-dubai -
Kat Brown commented
You can read specific blog about this topic here : https://www.hiddenbrains.com/blog/whats-a-common-ux-ui-mistake-websites-are-making.html
-
david12 commented
Hello,
Could you describe your problem more specific?
By the way, if you are working on your menu definitely read this article: https://www.netguru.co/blog/10-ux-tips-to-improve-website-navigation. You will find there useful information how to make it right. :)