.................. WORDFLY FEATURE .................. I want to add the code that adds support for column styles in checkbox and radio button blocks. .................. SOLUTION .................. STEP 1. Open the CSS Editor at the bottom of your page. STEP 2. In your global stylesheet, add the following CSS code. .two-columns-options ol { column-count: 2; } .three-columns-options ol { column-count: 3; } STEP 3. Close CSS drawer, then click Save.