Theme4Press › Forums › evolve › Center the main menu › Reply To: Center the main menu
#21281
|
Hi,
Please use the following.
1 2 3 4 5 6 |
@media screen and (min-width: 1024px) { .nav-holder { margin: 0 auto !important; width: 640px !important; } } |
Adjust the number 640px to a bigger number if you add another parent menu item.
Thanks!
Denzel