[Resolved] Align mobile menu to the left

Home Forums Support [Resolved] Align mobile menu to the left

Home Forums Support Align mobile menu to the left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1604229
    emanharout

    I’ve been trying to align the mobile hamburger menu to the left. Currently its centered by default. I’ve tried this code posted in the past:

    
    button.menu-toggle {
        text-align: left;
    }
    

    But it doesn’t seem to have any effect. Is there anything else I can try? Thanks in advance!

    #1604251
    Leo
    Staff
    Customer Support

    Hi there,

    Try this instead:

    @media (max-width: 768px) {
        .main-navigation {
            margin-left: 0;
        }
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1605813
    emanharout

    Thanks Leo! That worked.

    #1605821
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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