Site logo

[Support request] Center Primary Navigation menu items makes Sticky Navigation items move right

Home Forums Support [Support request] Center Primary Navigation menu items makes Sticky Navigation items move right

Home Forums Support Center Primary Navigation menu items makes Sticky Navigation items move right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2549355
    Jessica

    Hi,

    I have used your CSS from below to center my primary menu. I also use a sticky menu and it also becomes centered (which I’d like) but it is slightly moved to the right compared to primary navigation and therefore not fully centered (e.g. when scrolling down the menu items jumps to the right). Any idea why or how this can be adjusted?

    .main-navigation {
    width: 100%;
    }
    .main-navigation .main-nav {
    margin: auto;
    }

    #2549835
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    #sticky-navigation .menu-bar-item {
        margin-left: 25px
    }
    #2551674
    Jessica

    It did not help.
    And I tried -25px too and added ; after px

    #2551809
    Ying
    Staff
    Customer Support

    Can you try adding this CSS instead?

    #sticky-navigation .menu-bar-items {
        margin-left: auto !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.