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
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
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