Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178744

    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]

    #178756

    Hi,

    Try adding this code to the Quick CSS area in the Theme options page:

    .taglist a {
    display: inline-block;
    }

    Regards,
    Josue

    #178781

    thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘accordion sortable tags’ is closed to new replies.