• Resolved thankssforhelp

    (@thankssforhelp)


    Hi there,

    I hope you can help with this:

    I want to reduce the size of the checkbox boxes, but with the css selector .forminator-checkbox-box I couldn’t get any results.

    I would be happy if you have a solution for this.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @thankssforhelp !

    Hope you’re doing great today!

    It’s possible to do that using the .forminator-checkbox-box class, but you’ll also need to update the flex values:

    .forminator-checkbox-box {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    -ms-flex: 0 0 10px;
    }

    You may need to add the !important attribute to the properties in case something is still overriding them.

    Warm regards,
    Pawel

    Thread Starter thankssforhelp

    (@thankssforhelp)

    Hi Pawel @wpmudev-support9,

    thank you very much for your help, it works perfectly fine ??

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce size of checkbox boxes’ is closed to new replies.