Please take a look at my private link.
And try to push the checkboxes. When you hit no 2 the checkmark is activated in the opposite box :-)
Hope you can help
Thanks,
Peter Hartmann
Hi!
It’s because both elements have the same name, you need to differentiate them.
Regards,
Josue
Ok thanks, but where can i change the name for each element. I cant find the correct place anywhere.
Hope you can help,
Regards, Peter
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
label.input_checkbox_label {
margin-left: 20px;
}
Best regards,
Yigit
Thanks Yigit
It worked :)