New Landing How can we help? Themeforest Theme Support Neighborhood dropdown menu in mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • #131545
    member
    Member
    Post count: 49

    Hi,
    The dropdown menu in mobile seems to cut off. Please find the link of website.
    http://appatlanta.appspot.com
    Just minimize the screen browser and click on menu button, the menu item text cuts off.

    Thanks

    #131580
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’ve got this in your custom css:

    nav#main-navigation .menu>li#menu-item-77>a {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 10%;
    }

    That’s causing the issue

    – Kyle

    #131587
    member
    Member
    Post count: 49

    Hi,

    I have given that code to provide equal spacing between the menu item.

    thanks

    #131590
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Well I’m afraid it’s causing the issue on mobile as you have set the width to 10%

    – Kyle

    #131591
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use this instead:

    @media only screen and (max-width: 1025px) { 
    nav#main-navigation .menu>li#menu-item-77>a {
    background-color: transparent;
    background-repeat: no-repeat;
    width: 10%;
    }
    }

    – Kyle

    #131592
    member
    Member
    Post count: 49

    Is there any other way to prvide equal spacing between menu text

    #131594
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    See my above comment

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 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