Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1346418

    To whom it may concern,

    I have a menu with a sub menu and each sub menu with more items. Is there a way where the second sub menu item is opened on the right side rather the left side ? See attached

    View post on imgur.com

    Regards

    #1346435

    Hey FamalcoGroup,

    Thank you for the inquiry.

    You can use this css code to transfer the sub menu from to the right of the parent menu item.

    #top .av-main-nav ul ul {
        left: 207px;
    }
    

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

    Best regards,
    Ismael

    #1346437

    Thank you :)

    #1346517

    Hi,

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

    Best regards,
    Rikard

    #1347688
    This reply has been marked as private.
    #1347710

    Hi,

    Your site is not loading properly on my end, please see screenshot in private. Please let us know when we can see the problem which you are looking for help with.

    Best regards,
    Rikard

    #1347906
    This reply has been marked as private.
    #1347924

    Hi,

    Thanks for that. Please try this CSS instead:

    #top .av-main-nav ul ul {
        left: 260px;
        top: -50px;
        border: none;
    }

    Best regards,
    Rikard

    #1347959
    This reply has been marked as private.
    #1347969

    Hi,

    Thanks for the update. I don’t think there’s much more we can do with CSS when it comes to the screen size you are on unfortunately, maybe you could try moving the menu items with large sub menus higher up in the hierarchy?

    Best regards,
    Rikard

    #1348043
    This reply has been marked as private.
    #1348061

    Hi,

    You can try to add this CSS:

    ul.sub-menu {
      overflow: scroll;
    }

    If that doesn’t work, then please try to rearrange the menu items.

    Best regards,
    Rikard

    #1349536
    This reply has been marked as private.
    #1349563

    Hi,

    We don’t have a solution for that unfortunately.

    Best regards,
    Rikard

    #1349613
    This reply has been marked as private.
    #1349646

    Hi,

    Yes, we’ll try to come up with a solution for that in a future release.

    Best regards,
    Rikard

    #1363157
    This reply has been marked as private.
Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Sub Menu Items’ is closed to new replies.