Yoga
(@yogajegstudio)
Hi @kylemcfar5 Do you have any live site I could check? If not, could you send me some screenshots? Thank you.
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?
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.