[Resolved] How to change the style of navigation menu in mobile

Home Forums Support [Resolved] How to change the style of navigation menu in mobile

Home Forums Support How to change the style of navigation menu in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #949590
    Shivam

    I want this kind of look of my mobile nav menu – check screenshot

    #949901
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    #mobile-header .menu-toggle {
        border: 2px solid #000;
        border-radius: 20px;
        line-height: 40px !important;
    }

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

    #950309
    Shivam

    It worked but i am not able to adjust the button size even after changing line height, here is the screenshot

    #950684
    Tom
    Lead Developer
    Lead Developer

    Try this instead:

    #mobile-header .menu-toggle {
        border: 2px solid #000;
        border-radius: 20px;
        line-height: 35px;
        align-self: center;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.