Change navigation menu
-
Next question: I managed to change the direction of the main menu, i.e. the child menus open to the right not to the left. Putting this code into the style.css of the child theme did the job:
#main-menu-right ul ul li:hover > ul { width: 260px; margin-left: 260px; }
But….now the mobile menu shifts all child items to the right.
Is it possible to let the child menu item open to the right, without affecting the mobile menu?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change navigation menu’ is closed to new replies.