I tried various things but can not seem to get the header menu/main navigation to center.
Hey there
Let me see it, please provide url, … I also want to know what you tried so far?
Angel Ears – A Mega Audino Collection Site (crystal-dreams.us)
I tried adding text-align: center; to various parts of where I could find the navigation, but it did nothing.
Hi there
Sorry for the delay
You can use this css code to move position of the navigation menu:
.nav.navbar-nav {
position: relative;
left: 50px;
}
Regards