[Resolved] Issue with Secondary Nav alignment

Home Forums Support [Resolved] Issue with Secondary Nav alignment

Home Forums Support Issue with Secondary Nav alignment

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1325394
    Michele

    I’ve tried to figure this out on my own but no luck. The secondary nav of my website is not in center alignment on mobile, even though it is on a desktop. I see all the settings for changing alignment of secondary nav

    Here’s a screenshot from my phone screenshot

    And here are screenshots of my settings: settings screenshot 1 and settings screenshot 2

    #1325396
    Michele

    Subscribing

    #1325536
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this CSS a shot?

    @media (max-width: 768px) {
        .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
            position: absolute;
            right: 0;
        }
        .main-navigation.toggled .main-nav ul li.menu-item-has-children a {
            padding-right: 20px;
        }
    }
    #1325642
    Michele

    For some reason the last item “speaking” looks a bit more left than it should. But it definitely looks closer to centered now. Probably close enough lol.

    #1325668
    Leo
    Staff
    Customer Support
    #1326585
    Michele

    Yup – that worked. Thank you!!

    #1326586
    Leo
    Staff
    Customer Support

    No problem 🙂

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