[Resolved] Align mobile menu items

Home Forums Support [Resolved] Align mobile menu items

Home Forums Support Align mobile menu items

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #910533
    Shawn

    Hi,

    I put this aside for a few months but have now resumed work on it. On mobile view, I need to horizontally align X MENU and have the menu items (ABOUT WORK CONTACT) align below it but not off to the far left as they are now at http://newsite.stroudassociates.com/

    Your screencasts noted in your responses above are no longer accessible.

    Thanks,
    Shawn

    #910605
    Leo
    Staff
    Customer Support

    Add this CSS:

    @media (max-width: 768px) {
        button.menu-toggle {
            float: none !important;
        }
        .main-navigation ul li a {
            text-align: center;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #911282
    Shawn

    Works great Leo, thanks.

    Shawn

    #911404
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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