[Resolved] Unable to center menu item in secondary nav on mobile

Home Forums Support [Resolved] Unable to center menu item in secondary nav on mobile

Home Forums Support Unable to center menu item in secondary nav on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2304778
    Maria

    I tried each of these but neither code worked:
    .secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle {
    text-align: center!important;
    }

    .secondary-navigation .main-nav > ul {
    justify-content: center!important;
    }

    See screenshot: https://www.screencast.com/t/j6Zw2qYU5

    #2304968
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to center the menu item text:

    .secondary-navigation .main-nav ul li a {
        text-align: center;
    }
    #2305288
    Maria

    That worked perfectly. Thank you so much.

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