Hello,
I moved my main menu items a little bit to the left (logo right menu left style) with
.main_menu{
margin-right: 15px!important;
}
But now my mega menu is also 15 pix to the right and I don’t want that.
Any ideas
Hey Wolf,
Please try this instead:
#avia-menu {
margin-right: 15px!important;
}
Best regards,
Rikard
Works great, thanks!