Double row dropdown(submenu) menu issue solved
-
I hope this helps someone.
I am using the shopstar theme and ran into an issue when creating many menu items so that it created a second row. The issue was when I added the dropdowns(submenu) and the disappear before you can click them which would make it not user friendly of course.
So I found this as the solution :
On the theme editor, editing the style.css, on line 586.
Changing the code to this.
padding: 0 20px 0;
This made my menu dropdowns(submenu) work perfectly again.
- The topic ‘Double row dropdown(submenu) menu issue solved’ is closed to new replies.