Skip to content
Top tweaks for NEVE theme

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 Reply

Your email address will not be published. Required fields are marked *