NEVE theme CSS tweak: Align menu items to the left

Align menu items to the left

CSS code to align menu items to the left in the NEVE theme.

Go to the following menu Appearance / Customize / Additional CSS.

Add the following CSS code:

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

Leave a Comment