Hi,
I currently have logo left and menu right selected.
I would like to center the main menu but leave 1 menu item aligned right.
Like https://www.box.com/en-gb/home is set out.
Thanks,
Hey hazelallturf,
You can try some css like this but it might not be an ideal solution:
@media only screen and (min-width: 1100px) {
#menu-item-8407 {
margin-right: 15vw;
}
}
Best regards,
Victoria