2. Is it possible to reduce the spacing between the supply & fit, supply only and fit only options in the horizontal direction?

  • MartinBoyle
    Asked on July 7, 2014 at 1:52 PM
    2. Is it possible to reduce the spacing between the supply & fit, supply only and fit only options in the horizontal direction?
  • Elton Support Team Lead
    Replied on July 7, 2014 at 3:10 PM

    Hi,

    Yes that's possible by injecting custom CSS codes to your form. You can use the following CSS for your form.

    #id_7 .form-multiple-column .form-checkbox-item {

    width: 100px;

    }

    Guide: How-to-Inject-Custom-CSS-Codes-to-your-Form

    100px width would give you like the following. However, you can change 100px to something you prefer.

    2. Is it possible to reduce the spacing between the supply & fit, supply only and fit only options in the horizontal direction?
Image-1

    Hope this helps!