New Landing How can we help? Themeforest Theme Support Dante Change mobile menu width

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #75361
    timolland
    Member
    Post count: 6

    Hi guys,

    I’m using the Dante theme and on iPhone the mobile menu completely covers the screen. I would like to set this to 80%. I tried it with custom css but can’t get it to work. Could you maybe provide me with the correct css to do this?

    Thanks in advance,
    Tim

    #75465
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi, try adding this to your custom css

    .mobile-menu-open #mobile-menu-wrap {
      transform: translate3d(-280px, 0px, 0px);
    }
    .mobile-menu-open #container {
      transform: translate3d(-280px, 0px, 0px);
    }

    – Kyle

    #75612
    timolland
    Member
    Post count: 6

    Hi Kyle,

    Thanks for your reply. I added the code in the custom css but unfortunately it’s not working.. Any other ideas? Thanks!

    Tim

    #75840
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Strange, please could I check your link? It works fine on my demo

    – Kyle

    #76581
    timolland
    Member
    Post count: 6
    This reply has been marked as private.
    #76590
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try add this:

    #mobile-menu-wrap {
      right: -280px;
      width: 280px;
    }

    – Kyle

    #76596
    timolland
    Member
    Post count: 6

    Hi Kyle,

    Just added the css, but it’s still not working unfortunately. The menu sort of moves to the left. See screenshot for the result.

    Tim

    #76598
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh, looks like it’s not possible, there must be some JS that is overriding the CSS. When I view it on desktop at 320px width, it works. But on mobile it covers the screen.

    Sorry about that

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register