Hey guys. My accordion tags are too long and they extend off the screen when viewed on a mobile device. What code would I use to make this wrap onto two lines if need be. I will like to add it to the mobile media query break point so it only takes effect below that screen size of course, and only if need be.
website is http://www.jackandaddi.com
http://i.imgur.com/5HMkIZy.png
[URL=http://imgur.com/5HMkIZy][IMG]http://i.imgur.com/5HMkIZy.png[/IMG][/URL]
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.taglist a {
display: inline-block;
}
Regards,
Josue
thank you