[Resolved] Left Align Submenu Items

Home Forums Support [Resolved] Left Align Submenu Items

Home Forums Support Left Align Submenu Items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1181016
    Chris

    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.

    #1181427
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Awesome, it works! Thanks for your help.

    #1181962
    David
    Staff
    Customer Support

    You’re welcome

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