Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #958056

    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.

    #958254

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.