Hi everyone, I'm new to this forum and I've encountered a problem that I am struggling to resolve.
The issue lies with a table containing a checkbox list. Initially, everything looks fine when I use:
display:inline-block;
However, on smaller devices like mobile phones, instead of the aligned appearance:
"[] Other
Unknown"
I would prefer the label to be aligned as follows:
"[] Other
Unknown"
Is there a way for me to align the label in this manner?