Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1096926

    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,

    #1097191

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.