Can someone explain to me why the other field looks like this? Everything else looks fine.
Hey strengthcoaching!
It seems that the other, has a different layer around it, that is why.
If you can provide us with a link, I am sure we can help you further!
Regards,
Basilis
I am having the same problem. I hope you don’t mind me stalking your post :-)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
input[type="radio"]+input[type="text"] {
width: 60%!important;
display: inline-block!important;
}
Best regards,
Vinay
That worked thanks!