[Resolved] Sticky Nav menu not aligned correctly

Home Forums Support [Resolved] Sticky Nav menu not aligned correctly

Home Forums Support Sticky Nav menu not aligned correctly

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #597606
    Amir

    Hi, it’s working, thanks!!
    But I also need it to work on responsive…
    Removing @media not helping…

    #597641
    Leo
    Staff
    Customer Support

    Add this CSS as well:

    @media (max-width: 768px) {
        .site-logo.sticky-logo {
            float: right;
        }
        .menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle, 
        .sticky-menu-logo .navigation-stick:not(.mobile-header-navigation) .menu-toggle {
            float: left;
        }
    }
    #597644
    Amir

    Fantastic!! Thank you very much! ๐Ÿ˜€

    #597654
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.