Site logo

Archived topic

Uneven number of menu items either side of centered logo

3 replies · Started by John on May 17, 2021

Viewing posts 1–4 of 4

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

This archived topic is closed to new replies.