Increasing the width of checkbox spread columns

  • haplotk114
    Asked on July 5, 2015 at 11:19 AM
    Link below.  If you scroll down the page, I have 4 columns under 'Miscellaneous Skills' .  I'd like to be able to space them out so they are not so squished together and there is more room for the text, so each choice displays maybe 1 or 2 lines of text, rather than 3 or 4 (like some of them are showing). 

    Mage Creation

  • Jan
    Replied on July 5, 2015 at 11:30 AM

    Please use this CSS code to increase the width of the columns.

    .form-multiple-column .form-checkbox-item {
          width: 250px !important;
    }

    You can change the width value if you want. Here's a guide on how to inject custom CSS. This is how it should look like.

    Increasing the width of checkbox spread columns Image 1 Screenshot 20

    Hope this helps. Let us know if you need further assistance. Thank you.

  • haplotk114
    Replied on July 5, 2015 at 12:54 PM

    works great.  thank you