- Upload the CSS.
- Add the following function to functions.php.
function admin_style() {
wp_enqueue_style('admin_style', get_stylesheet_directory_uri().'PATH/TO/acf-checkbox-radio-columns.css');
}
add_action('admin_init', 'admin_style');
- Add one of the following classes to Wrapper Attributes on your field
two-columns
,three-columns
orfour-columns
.