I have a set of 10 checkboxes that look like this:
[] Arts [] Dance [] Karate
[] Volleyball [] Basketball
Currently, I am using the following CSS styles:
#tagstype_tags .tag_select {
padding-left: 240px !important;
width: 500px !important;
}
.tag_select label {
margin-right: 15px;
margin-left: 10px;
}
How can I modify the styling to achieve the following layout for the checkboxes?
[] Arts [] Dance [] Karate
[] Volleyball [] Basketball