Hi,
I want to move my mainmenu a little to the left (50px). I searched all over this support forum but I cannot find the right solution.
Can you help me out?
I now use the following code:
.av-main-nav>li>a {
padding: 0 20px !important;
letter-spacing: 3px;
margin-right: 100px;
}
But I does not look good on smaller screens.
THX Freek
Hey Freek,
Can you explain a bit more what you’re trying to achieve?
Best regards,
Victoria
Sorry. I was busy with the problem.
Now it looks like this see: link to mockup image
I want the regular enfold main menu to the left because now it is placed over the additional menu.
THX Freek
Hi,
Try adding the following to quick css:
.main_menu{
right:100px!important;
}
Best regards,
Jordan Shannon