Hi guys,
I’ve placed a sortable toggle in a sidebar. The toggles look great but the sort tags above run past (right side) toggle container with the effect that they appear chopped off (or missing) on the right side.
Any idea how I stop this happening?
cheers
Hi shortow,
We’ll need to see the site live to inspect the code and see what can be done. If you can provide a link to the site here we’ll take a look.
Regards,
Devin
**livedealer.org/dev/**
cheers
Hey!
Please insert following code into thee quick css field to fix the issue:
.taglist {
word-wrap:break-word;
}
Regards,
Peter
worked, thanks