I would like to make check boxes break into 3-4 columns because listing too many down the page is quite inefficient when it comes to printing and visually displaying the choices to clients.
How can this be achieved through css.
I would like to make check boxes break into 3-4 columns because listing too many down the page is quite inefficient when it comes to printing and visually displaying the choices to clients.
How can this be achieved through css.
You can use the new CSS "Ready Classes". They are new additions to the upcoming 1.5 version. You can download the stable beta from the downloads page and use that if you would like.
Look for the section on list classes in the documentation on how to implement the styles.
http://www.gravityhelp.com/documentation/css-ready-classes/
If you don't want to upgrade to the beta version right now, you can copy the ready class styles from the link below and add those to your theme stylesheet. Then you can add the classes to your field as described in the documentation.