2022-01-05, 10:24 AM
Thanks. I will see if the designer of the roundo template replies to me. If not, I may need your help, but I'll ask him first.
The code is just having a mobile friendly issue, because I see the options start to overlap the radio buttons as the screen size gets smaller. I put a "band-aid" on it right now so I can get both to show on mobile, but I know I didn't do it properly. This is the original code on the roundo theme for that template:
The code is just having a mobile friendly issue, because I see the options start to overlap the radio buttons as the screen size gets smaller. I put a "band-aid" on it right now so I can get both to show on mobile, but I know I didn't do it properly. This is the original code on the roundo theme for that template:
<tr>
<td class="trow1" style="text-align: center;"><input type="radio" class="radio" name="option" id="option_{$number}" value="{$number}" /></td>
<td class="trow2 scaleimages"><div class="poll_option">{$option}</div></td>
</tr>