• Resolved bigwebdesign

    (@bigwebdesign)


    Hi, I would like to change the formatting of the checkboxes. Can anyone help me make these boxes smaller?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Andrea Grillo

    (@agengineering)

    Hi @bigwebdesign
    try to open the section Appearance > Customize > Extra CSS and add this CSS rules:

    .ywapo_input_checkbox {
        height: auto !important;
        display: inline !important;
        width: auto !important;
    }
    
    .ywapo_input_container label {
        display: inline-block !important;
    }

    Let me know if works

    Thread Starter bigwebdesign

    (@bigwebdesign)

    Awesome, thank you so much Andrea!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Make checkboxes smaller’ is closed to new replies.