Space between grids after form upgrade

Hi,

Any suggestion on removing space between grids. It appeared after publishing the form with new designer:

Hi @aseem,

Try using

.fd-form {
    margin-top: 0px !important;
}

Let me know if this works for you.

Thanks @IliaLazarevskii I tried but it didn't work.

Hi @aseem,

Sorry, I misunderstood your question. Try this instead:

.fd-grid {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}
1 Like

This worked, thanks for your help.

1 Like