• 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.

    https://wordpress.org/plugins/yop-poll/

The topic ‘Labels display as block with bootstrap css’ is closed to new replies.