Hi Support Team,
we need to align the first menu item left beside the logo while other menu items remain remain right.
Tried this code, but thät did not work:
#menu-item-3271 {
float: left!important;
}
Please see link in private content.
Hey vincemilia,
Try to use negative margin:
#header #avia-menu #menu-item-3271 {
margin-left: -1200px;
}
just adjust the left margin value.
However, the problem with this workaround is that you need to adjust it in every screen sizes especially narrower screens.
Hope this helps.
Best regards,
Nikko