Jump to content

Better Mobile Menu

Featured Replies

Posted

ok thank you

kinda figured it was needed as that way

 

The hamburger icon has become universally known as the icon for “menu”. IPS is following conventions here. 

can anybody tell me how to make the menu entries font size a lot bigger please?

Nowadays, members like BIG MENUS on mobile devices like used in apps.

@Cyboman - you'd have to target 

.ipsDrawer_list

As that is the class that is assigned to the UL tag of the menu - the individual LI tags (or the A tags that make up the menu) don't have classes assigned.

#elUserNav_mobile

To specifically target the font size so in case that class is used elsewhere (in a non-mobile context), you don't end up with huge menus in unintended places. So your new declaration could be something like:

#elUserNav_mobile ul.ipsDrawer_list li a {
	font-size: 16px /*changed from the default 14px*/
}

Granted, I wrote that on the fly, but should work, or at least set you in the right direction.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.