I tried to write a menu item on the main menu in two rows. I achieved that by writing the following HTML the Menus | Menus structure where there should be a name of the menu item:
Language<br><div class=”centeredmenuitem”>Classes</div>
and the css is:
.centeredmenuitem {text-align: center;}
Of course you can see the result on wordimagine.com
Well, my mobile the menu shows only the first row like that:
Can you tell me where I could enable the mobile version to show two rows?
Beside that I cannot control the behaviour through Customize section clicking the mobile icon at the bottom of the customize section. When the page shrinks a click on the menu button does not expand the menu.