JotForm Divider CSS

  • ldeemiller
    Asked on March 6, 2020 at 4:30 PM

    Hello,

    Just a quick question: how do I set CSS which applies to all dividers?

    Couldn't find online =(

    I'd like to set the margin back to 0 for all the dividers in the linked form, so they don't run off the right-hand side.

    Regards,

    L.D. Miller

  • Kevin Support Team Lead
    Replied on March 6, 2020 at 5:53 PM

    You can manage the dividere elements with this code: 

    li[data-type="control_divider"] {

        padding-right: 20px !important;

        

    }

    This guide will help you injecting it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps. 

  • ldeemiller
    Replied on March 6, 2020 at 6:00 PM

    Thanks Kevin_G,

    li[data-type="control_divider"] worked great!

    Regards,

    L.D. Miller