Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #724674

    Dear support,

    I would like to align the last menu item on my main menu to the right, and added to that I want the background of this item to be in red instead of the usual black.

    I have looked at previous posts but haven’t been able to find it exactly.

    Thanks in advance

    #724676

    Hi Thekoenski!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-1582 {
        float: right;
    }
    .avia-menu.av-main-nav-wrap {
        width: 100%;
    }
    #menu-item-1582 a {
        background: red !important;
        padding-right: 13px !important;
    }

    Cheers!
    Yigit

    #724679

    Thanks for your quick reply. Can you please look at the other subject that is still open? Here is the link: https://kriesi.at/support/topic/disable-lightbox-in-fullwidth-easy-slider/

    Kind regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align last menu item on the right’ is closed to new replies.