[Resolved] Can’t change the “Navigation Alignment” – its still on the left

Home Forums Support [Resolved] Can’t change the “Navigation Alignment” – its still on the left

Home Forums Support Can’t change the “Navigation Alignment” – its still on the left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1530721
    Robert

    Hi

    I have 2 problems with the MENU:

    1. even I set the “Navigation Alignment” to the right – nothing changed: it’s still to the left…

    2. the width of the Navigation is very small so now I have 2 lines of the menu. Where I can make it wider ?

    Kr
    Robert

    #1531214
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Additional CSS – remove this:

    /* Primary navigation styles */
    .main-navigation:not(.toggled) .main-nav>ul {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #1531227
    Robert

    yep – You right!

    it works – thx a lot!

    Kr
    Robert

    #1531245
    David
    Staff
    Customer Support

    Glad to be of help

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