Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #525860

    I’d like the last main nav item to be right aligned…just like when you check the box to add the search feature element to the navigation.

    Is this possible?

    #525897

    Hi endoradigital!

    Please insert the following into your custom css section:

    #menu-item-3269 {
    	left: 483px !important;
    }

    Regards,
    Dake

    #526213

    Thank you so much. I had thought of that, but how can I also make the left adjust responsively? I tried % and I tried em, but neither worked.

    #527009

    Hi!

    Please change the code to following one

    li#menu-item-3269 {
        float: right;
    }

    Best regards,
    Yigit

    #527514

    Perfect thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make last main nav item right aligned.’ is closed to new replies.