03/19/2014 at 8:20 pm
#282858
Participant
Yes, that makes sense. Thanks.
Now I’m trying to make the category drop down list bigger – especially so it’s easier to tap on small mobile devices. I was able to make the font bigger:
#cn-cmap .cn-entry {font-size: 16px !important;}
but haven’t been able to figure out how to increase the space between categories and increase the line height so the words aren’t on top of each other. Also, I would like to make the whole thing bigger on larger devices so the words don’t wrap as much. I tried:
element.style{width:60% !important;} It worked on Firebug but it doesn’t work when I add it to my stylesheet. Please advise.
Thanks.
