Having an issue with my website where users are unable to click the checkbox on mobile devices. Despite searching online, I have not been able to find a solution to this problem.
.jg-c-register_label {
display: grid;
}
.jg-c-register_label-text {
color: #001e4b;
margin-bottom: 15px;
}
<label class="jg-c-register_label">
<span class="jg-c-register_label-text" style="margin-bottom: -5px; padding-top: 10px;">
<input type="checkbox" id="giftAid" name="giftAid" style="-webkit-appearance: auto;display: inline-block;">
I am a UK Tax Payer. I want to Gift Aid this donation and any future donation I make on this
platform until further notice.
</span>
</label>