• Resolved driveparkfly

    (@driveparkfly)


    Hello,

    I would like to change the format of the text next to the checkbox. As you can see from the link the text is all bunched up on the left hand side, and the actual check box is taking up most of the row. How do I make so that the text can take up more of the row.

    Thanks
    Heath

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this custom css:

    table.wccpf_fields_table.check_if_ok_to_take_before_and_after_photos_of_your_vehicle_to_use_in_promotion_material_-wrapper .wccpf_label {
      width: 310px;
    }
    table.wccpf_fields_table.check_if_ok_to_take_before_and_after_photos_of_your_vehicle_to_use_in_promotion_material_-wrapper .wccpf_label label {
      width: 290px;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter driveparkfly

    (@driveparkfly)

    Lorro you are a legend. Worked great. Thanks!
    Heath

    Plugin Author Saravana Kumar K

    (@mycholan)

    Thanks @lorro

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox format’ is closed to new replies.