Archived topic
Uneven number of menu items either side of centered logo
3 replies · Started by John on May 17, 2021
Hi there,
I have just begun working on this site and have centered the logo.
https://wordpress-537289-1717049.cloudwaysapps.com/
Just trying to figure out why there are an uneven amount of menu items either side of the logo
I am following this guide:
https://docs.generatepress.com/article/centering-logo-navigation/
Any ideas please?
Hi there,
in the CSS look for this rule:
.main-navigation ul li:nth-child(3) {
margin-left: auto;
}
the nth-child(3) property determines which menu item is pushed to the right. Change the 3 to another number eg. 4
Ok great that worked a treat thanks
Glad to be of help