Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1330106

    To whom it may concern,

    I have a menu item with 11 sub menu items, but when viewed on laptop, not all sub menus are being displayed and I am not able to scroll to see the rest of the sub menus.

    Can you kindly help me ?

    Regards

    #1330113

    Hey,

    Thanks for contacting us!

    It seems like you are using your parent menu item as mega menu. Please go to Appearance > Menus and uncheck it and that should decrease the space between submenu items and therefore fix the issue you are having :)

    Regards,
    Yigit

    #1330122

    I did uncheck the mega menu, but when viewed on laptop I still cant scroll all sub menu items :/

    See below https://imgur.com/CktPAca

    It stops till Investment Partners

    #1330124

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 1240px) { 
    #top .av-main-nav ul a {
        padding: 25px 25px;
    }}
    

    Best regards,
    Yigit

    #1330126

    This didnt work either
    @media only screen and (max-width: 1240px)
    {
    #top .av-main-nav ul a
    {
    padding: 25px 25px;
    }
    }

    I changed to the below since my screen is 1366

    @media only screen and (max-width: 1366px)
    {
    #top .av-main-nav ul a
    {
    padding: 25px 25px;
    }
    }

    but now sub menu item are being displayed on each other

    #1330250

    Hi,

    Thank you for the update.

    This css breaks the menu items with long titles and causes them to merge into a single line.

    #top #wrap_all .av-main-nav ul>li>a {
    line-height: 0em !important;
    }

    Adjusting the top and bottom padding as suggested above should decrease the total height of the submenu.

    #top .av-main-nav ul a {
        padding: 20px 20px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after the modification.

    Best regards,
    Ismael

    #1330259

    Hi thank you so much it worked :)

    #1330303

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1343778
    This reply has been marked as private.
    #1343784

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Sub Menu Issue’ is closed to new replies.