• Resolved joyryde

    (@joyryde)


    Hello!

    I have tried changing the alignment of the main menu every way I can think of, but not matter what option I change in the customizer, all menu items in the drop-down remain center aligned and I want them to be left aligned.

    Help?

    Screenshot:
    https://pasteboard.co/7c9cEAf1bacX.png

Viewing 4 replies - 1 through 4 (of 4 total)
  • luciamarinescu

    (@luciamarinescu)

    Hi @joyryde!

    Please insert the code below in the Additional CSS section within the Customizer. It will align the submenu items to the left.

    .sub-menu li>a{
        justify-content: left !important;
    }

    Have a good day!

    Thread Starter joyryde

    (@joyryde)

    aah, OK, we knew we could force change it but assumed the Customizer had a setting for it.

    luciamarinescu

    (@luciamarinescu)

    @joyryde At the moment there is no option to change the submenu items alignment in the Customizer. It can be done only with custom CSS and the code can be found in this document.

    Thread Starter joyryde

    (@joyryde)

    OK, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Main Menu alignment?’ is closed to new replies.