Site logo

Archived topic

Left Align Submenu Items

3 replies · Started by Chris on February 29, 2020

Viewing posts 1–4 of 4

Hello,

I would like to left justify the submenu items from the desktop nav.

Is there a way to do so?

I would like to keep the centered alignment for the mobile slideout menu as it is.

Hi there,

try this CSS:

@media (min-width: 768px) {
    .main-navigation .main-nav ul ul li a {
        text-align: left;
    }
}

Awesome, it works! Thanks for your help.

You're welcome

This archived topic is closed to new replies.