Viewing 1 replies (of 1 total)
  • Hi @iainkc,

    You can fix the checkbox issue with the help of the following custom CSS code. Please add copy the code and paste it to the additional CSS box.

    #top input[type=checkbox].input-text {
        appearance: checkbox;
        -webkit-appearance: checkbox; 
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkboxes stretched wide’ is closed to new replies.