Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submenu position #261

Open
mmjaeger opened this issue Jun 7, 2019 · 2 comments
Open

Submenu position #261

mmjaeger opened this issue Jun 7, 2019 · 2 comments
Labels

Comments

@mmjaeger
Copy link

mmjaeger commented Jun 7, 2019

Hello
the child theme is placing the menu into the header aligning it to the right.

when hovering over one of the last two main menu items that both have sub-menus, especially the submenu of the last menu item shows off screen - I guess it is position to the left - ideally there would be some js function that would take care of it and position it to the right if the submenu is offscreen.

Screen Shot 2019-06-07 at 2 47 01 PM

@mmjaeger mmjaeger added the bug label Jun 7, 2019
@seothemes
Copy link
Contributor

seothemes commented Jun 10, 2019

This issue should probably be moved to the Genesis repo since the Superfish menu script is not handled by the child theme - unless it can be done with some simple CSS.

Found this article about potential fixes https://stackoverflow.com/questions/13980122/superfish-menu-display-subitems-left-if-there-is-not-enough-screenspace-on-the

@ghost
Copy link

ghost commented Mar 11, 2020

a quick fix using CSS.

.genesis-nav-menu .menu-item:last-child .sub-menu {
	right: 0;
}

@nickcernis maybe you should turn the dropdown menu into a mega menu. or style it better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants