Hi there. I was having the same issue and have found a way to fix the problem that works for me. Try adding this to your CSS and see if it works for you too:
#supersized {
z-index: 20 !important;
}
Good luck!
Thread Starter
circey
(@circey)
Nevermind. I worked it out. Using classes & id, I got it working as follows:
<span class="collapseomatic" id="id8000" title="1. Select your version">1. Select your website style</span>
<div id="target-id8000" class="collapseomatic_content " style="display:none">
[radio radio-525 use_label_element id:style-one "One" "Two" "Three" "Four" ]
</div>
Thread Starter
circey
(@circey)
David, that certainly does help! Hero! Thanks so much 🙂