Labels display as block with bootstrap css
-
I’m using WordPress multi-site and there’s a bootstrap css file included that makes all labels display:block, so that they display on a line after the radio button. Easy to fix with:
.yop-poll-container label {
display: inline;
}but probably should be like that by default.
The topic ‘Labels display as block with bootstrap css’ is closed to new replies.