Hi There,
My accordion slider is looking a bit funny. The ‘hor_icon’/ horizontal line in the toggle is actually extending across the question, and so it looks like the question has a white ‘strikethrough’ line in it.
Link to the issue below:
http://www.highcountryfarm.com.au/growing-garlic/#toggle-id-1
Hope you can help.
Thanks,
Elindsay
Hi Elindsay!
Thank you for using Enfold.
You have this custom css code which breaks the toggle symbol:
.responsive, .responsive span, .responsive span iframe[style], .responsive span img {
width: 100% !important;
}
Add this to the Quick CSS field:
span.toggle_icon {
width: 15px !important;
}
Regards,
Ismael
Fantastic, thank you :-)