• Resolved sanjay12mittal

    (@sanjay12mittal)


    I have created the left menu, but my website requires a more width. So the size should be less in mobile. But this makes the menu icon very small. Also, when I click on menu when the page is magnified and click on close, it resets to original size.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    You can manage the width of the left/right menu panels, not sure if that’s the issue.

    Regarding the magnified issue, add the code below to the custom css option in the General options tab of WP Mobile Menu.

    html, body {
        overflow-x: hidden;
    }

    To increase the menu icons add the code below to your custom css option

    .mobmenu-left-bt, .mobmenu-right-bt {
        font-size: 30px!important;
        line-height: 30px!important;
    }

    Will add an option to change this in the settings in the next update(probably in 2 weeks)

    -Takanakui

    Thread Starter sanjay12mittal

    (@sanjay12mittal)

    html, body {
      overflow-x: hidden;
    }

    Actually, this doesn’t solved my purpose, because my site needs to be zoomed out. If I insert this code, the contents cut from the right side. Is there any option to set the width of x-axis?

    Plugin Author Rui Guerreiro

    (@takanakui)

    Just replied in the email you sent. Let’s continue the conversation there.
    Thanks

    -Takanakui

    Plugin Author Rui Guerreiro

    (@takanakui)

    This was sorted.

    -Takanakui

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase the size of menu icon’ is closed to new replies.