Tagged: toggle
Hi there, im facing a problem with Toggles. I have 4 elements in 1 content section. There are 4 toggles in it. But by 2 of them the left border line disappears (number 2 and 4). im using Chrome. It works fine in firefox though
Can this be solved.
Hi bonami!
Try adding this to your custom CSS.
.single_toggle { overflow: visible !important; }
Cheers!
Elliott
Thanks! That worked fine!