Hi there
currently when mouse over the sub-menus the sub-sub-menus are unfolding to the left of the parent sub-menu
How can all sub-sub-menus unfold to the right of the parent sub-menu
so that the mouse movement flows from left to right?
Thank you
Hey superbsys,
Please provide a link to the site/page in question so we can inspect this further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.sub-menu { left: auto !important; right: 0px !important; }
.sub-menu .sub-menu { left: 206px !important; }
Best regards,
Jordan Shannon
I have added the code
still same unfolds to the left
Hi,
Please try and clear your cache a few times over.
Best regards,
Jordan Shannon
Hi,
I see that the sub-menu is opening to the left, and when I test the css above it changes to opening to the right.
So, if you added the css to your child theme style.css, please try enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. This will re-build the merged css files.
Otherwise try adding it to the WordPress > Customize > Additional CSS field.
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
Hey Mike,
Thank you
the WordPress > Customize > Additional CSS field
worked
and I only added:
.sub-menu .sub-menu { left: 206px !important; }
so that the first sub-menu is justified to the left
Thank you so much for your help
Cheers!
Hi,
Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it
Thank you for your help