Site logo

[Resolved] navigation menu bar alignment

Home Forums Support [Resolved] navigation menu bar alignment

Home Forums Support navigation menu bar alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2436248
    Stephen

    Ive used the following CSS to style the nav menu bar to have the cart on the right and the nav menu in the middle.

    But this does leave the main part of the nav menu off centre (a bit to the left).

    Is it possible to have it so the main nav menu is dead centre and the nav menu cart is full right ?

    Thank you
    Stephen

    /* cart float right menu centre desktop */
    .nav-float-right #site-navigation {
    width: 100%;
    }
    .main-navigation .main-nav>ul {
    position: relative;
    }
    .main-nav {
    margin: auto;
    }

    #2436357
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try removing the CSS you’ve added for this and use this instead?

    .main-navigation .menu-bar-items {
        position: absolute;
        right: 0;
    }
    #2436367
    Stephen

    Hi Leo, thank you its right in the middle now.

    Much appreciated.

    Stephen

    #2437715
    Leo
    Staff
    Customer Support

    No problem 🙂

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