[Resolved] Align menu Item different than the rest

Home Forums Support [Resolved] Align menu Item different than the rest

Home Forums Support Align menu Item different than the rest

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226985
    Rylan Urban

    Hey Tom.

    I’m looking to align ONE of my menu items to the left, while keeping the rest aligned to the right.

    You can see on http://voyagesolarenergy.com the example.

    I would like the phone number aligned left.

    I tried aligning the menu in general (through customize) to the right, and then adding a specific css class
    menu-item-align-left for the phone number.

    But this doesn’t seem to be working.

    Any thoughts?

    #227008
    Tom
    Lead Developer
    Lead Developer

    Hi Rylan,

    .menu-item-float-left doesn’t exist by default, but you can add it:

    @media (min-width: 769px) {
        .menu-item-float-left {
            float: left !important;
        }
    }

    Hope this helps ๐Ÿ™‚

    #227017
    Rylan Urban

    Brilliant.

    Thanks!

    #227018
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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