Change space between drop down menu bars

  • JStamp
    Asked on April 5, 2018 at 3:15 PM

    I know I figured this out once, but I can't remember how I got there to be space between the bars of a drop down menu. Here is what it looks like: https://form.jotform.com/80945809184164


    Here's how I would like to have it look: https://form.jotform.com/80576171828161 

  • Victoria_K
    Replied on April 5, 2018 at 4:50 PM

    To be honest, I am not sure how you got there too :) There can be lots of settings, which could affect that, e.g Advanced Designer.

    But, here is the CSS code to fix that:

    #section_70, #section_4, #section_71, #section_5 {

      margin-top: 70px;

    }

    You can add it to the existing one. You can increase the margin-top value to meet your needs as well. Here is a quick guide to add custom css:

    How-to-Inject-Custom-CSS-Codes

    Hope this helps! But, if you need further assistance, just let us know.

  • JStamp
    Replied on April 5, 2018 at 6:15 PM

    Perfect. Thank you! I thought that's what I did before too, but didn't see the code in the CSS for the one that already had the spacing. Strange!

  • Victoria_K
    Replied on April 5, 2018 at 6:22 PM

    As I mentioned earlier, I suppose that you have used Advanced Designer to adjust the layout. I have reviewed it, but there are lots of differences between 2 forms, so I suppose that to inject some css would be the better solution. 

    If you face any other issue with your JotForms, just let us know, so we could assist again.