How to align center for Menu Item?
-
Here you go! – http://www.prasannasp.net/centering-menus-in-graphene-theme/
Yes.
Gentlemen,
I’m trying to center the footer menu, but this method doesn’t seem to be working these days, possible due to upgrades.
Is anyone centering the footer menu today? Please let me know if you’re using this same code, or something slightly different.
Thanks & have a great day!
Admin
The responses above are for a much older version of Graphene, when it was using a completely different grid system. For the latest version of Graphene, try using the following code:
@media (min-width: 768px){ .navbar-nav { float: none; margin: 0; text-align: center; } .navbar-nav>li { float: none; display: inline-block; } .navbar-nav>li:last-child { border-right: none; } }
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.