Hi olopolo11, that is your WordPress Theme doing that. This is what it looks like normally. Contact your Theme developer to help you 🙂
https://www.visser.com.au/wp-content/uploads/2016/04/screenshot-woocheckout-tickbox.jpg
Hi olopolo11, my bad, I reproduced this issue with the Billing section. Can you confirm what section you added the Multi-checkbox to? (Billing, Shipping, Additional) 🙂
Hi olopolo11, I’ve got this one sorted and will push a Plugin update today 🙂
Hi @visser Labs
I put Multi-checkbox to the shipping area
i update your plugin to the newest version but still i have that same bug.
But i fix this adding float to css :
input[type="checkbox"], input[type="radio"] {
padding: 0;
float: left;
margin: 4px;
}
Now work fine 🙂
Hi olopolo11, I haven’t pushed today’s update. Yesterday 2.0.6 was released, today I’ll push 2.0.9 with your fix 🙂
@visser Labs
Now work, problem solved 🙂