Hi, I’m having trouble with the CSS to align the checkboxes with their content, with each on a separate line.
I can get the boxes on separate lines to the content, and the content and boxes all on one line.
I would like it set up like this:
Box Text
Box Text 2
Box Text 3
I have tried:
display: block;
display: inline-block;
display: inline;
and none of them work… I’ve also tried putting a <br> in between each of the wanted rows, but that just makes it all disappear.
I have attached screen dumps of both scenarios I don’t want!