Hi,
On items in my Woocommerce cart, the space between the checkboxes and the text is to much. Is there a code that will reduce that space?
Thanks!
Hey natas442,
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-cbu-accessories .cart input {
width: 0px!important;
}
Best regards,
Jordan Shannon
Hi, thanks for the code, however it did not seem to work.
Hi,
Please try this CSS instead:
p.wc-pao-addon-4783-cbu-accessories-2-0 input {
width: 20px !important;
}
Best regards,
Rikard
Hi, thanks for the second code. It also did not work
Hi natas442,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top input.wc-pao-addon-field.wc-pao-addon-checkbox {
width: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked ! Thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon