Change Size of Checkbox on Form
Hello! I am trying to change the size of the checkbox related to field Unsubscribe from all emails. The landing page can be viewed here - https://go.vituity.com/Preference-Center.html
Ive entered the custom CSS in the form editor:
.mktoForm .mktoCheckboxList {
width: 100px; !important;
height: 100px; !important;
margin-right: -5px; !important;
}
This has not increased the size of the checkbox. Any help would be greatly appreciated!