Viewing 5 replies - 1 through 5 (of 5 total)
  • Yoga

    (@yogajegstudio)

    Hi @kylemcfar5

    Do you have any live site I could check?
    If not, could you send me some screenshots?

    Thank you.

    Thread Starter kylemcfar5

    (@kylemcfar5)

    obsidianindicators.com

    mobile is fine its just that the desktop sub menus open to the right that puts them off screen, i was wondering if there was a way to have them open to the left

    Yoga

    (@yogajegstudio)

    Hi @kylemcfar5

    Can you send me a screenshot?
    Because when I checked the site, the sub menu opens correctly and not off screen.
    Or did you already solve this?

    Thread Starter kylemcfar5

    (@kylemcfar5)

    sorry i forgot to post an update i was able to correct it with some css

    .guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu > li.menu-item-has-children > .sub-menu {
    left: 0;
    right: auto;
    top: 100%;
    }

    /* Subsequent dropdowns to the left */
    .guten-nav-menu .gutenverse-menu-wrapper .gutenverse-menu li.menu-item-has-children .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
    }

    Yoga

    (@yogajegstudio)

    Glad to hear it’s solved.
    Let me know if you still have any other question.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submenus open off screen’ is closed to new replies.