Tagged: Accordion, mobile, responsive, Tags, toggle
Hi Team,
the toggle tags on my new client’s draft are cutted on mobile. Is there a way to scroll the tags or to add a breakpoint if there are too many for the screen width? (see screenshot)
Website:
https://webigami.de/judy/dates/
Screenshot:
Thx and cheers,
Jan :)
Hey Jan,
Please, provide us your WP credentials?
Best regards,
John Torvik
Hi Jan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.taglist {
width: 90vw;
word-wrap: break-word;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked just fine!
Thank you, Victoria!
Cheers,
Jan :)