Can anyone help me put the text behind (inline with) the radio buttons.
The relevant page is https://clixer.nl/protunes/product/foodtruck-kopie/.
The CSS that I am currently using is
.ywapo_options_container {
text-align: left;
}
.cart input [type = radio] {
width: auto;
}
Thanks in advance!
Hi Dave,
I can only see a checkbox on that page, and it’s inline with the text. Maybe you linked to the wrong page?
Best regards,
Rikard
Apologies Rikard,
The page is visible again because the plug-in was temporarily deactivated due to trying out alternatives. Unfortunately I have not been able to fix it yet.
Regards, Dave
For a better example: https://clixer.nl/protunes/product/foodtruck/
The radiobuttons should be in style with the default Enfold variations above the radio buttons.
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top.woocommerce form .form-row .ywapo_input_container label {
display: inline-block;
}
Best regards,
Yigit