Jump to content

Better Mobile Menu


Fierce God

Recommended Posts

@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.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...