Radio buttons and checkboxes don’t display well
-
Don’t specify any width for this CSS (found here: /wp-content/plugins/book-a-room/css/bookaroom_day.css?ver=4.9.8)
@media screen and (max-width: 960px)
#formRow input, #formRow textarea {
width: 90%;
}This means the text will display correctly next to radio buttons and checkboxes.
Tested in Chrome browser (on a Mac)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Radio buttons and checkboxes don’t display well’ is closed to new replies.