[SOLVED] Checkbox list with horizontal layout |
9/24/2025 04:35:00 | |
PHPRunner General questions | ||
W
wpl author
Hi listers, Thanks and regards |
![]() |
|
![]() |
Sergey Kornilov admin 9/26/2025 |
You can add the following code to Style Editor -> Custom CSS to make it happen: .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] The key is to use display: inline-block; and the rest just makes things easier to read. If you also want to make the all Add/Edit page controls to be wider and allow to squeze more info there use the following CSS: @media print, (min-width: 768px) { |
|
W
|
wpl author 9/26/2025 |
Sergey, thanks, this looks much nicer. Regards |
|