in the desktop view, the menu on the right and the burger should both be aligned with the boundaries of the content box below. At the moment, the menü itms are out by a few pixels.
Please send code
Hey ausgesonnen,
Sorry I’ don’t understand, perhaps a screenshot would help.
Perhaps this is a duplicate of your other post?
Best regards,
Mike
https://www.imghippo.com/i/tSu7515lwQ.png
in this screenshot you can see what I mean. On the left the widget ist aligned to the content area, on the right the menu items are not. Please send code to align them with content.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header .av-main-nav > li > a .avia-menu-text {
right: -10px;
}
adjust to suit.
Best regards,
Mike
Does not work.