More space between multi fields

Lodeke87 12 Jun, 2015
Hello

I looked into the FAQ, but I couldn't find an answer to my question.

On my form, I used some multi fields. Everything works fine now, but is there a possibility to make the space bigger between the fields? (The space shown on the picture)

I think the space it's a little bit to small at the moment.

Thanks a lot!
GreyHead 12 Jun, 2015
Hi Lodeke87,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 12 Jun, 2015
Hi Lodeke87,

I'm getting an Internal Server Error when I check the link.

Bob
Lodeke87 13 Jun, 2015
Should be ok right now?
GreyHead 13 Jun, 2015
1 Likes
Hi Lodeke87,

The simplest solution is probably to add this to a Load CSS action
.gbs3 .gcore-subinput-container {
    padding-left: 12px;
}
This will add left padding to all the inputs though, not just the right hand ones.

Otherwise you can add padding to each of the right hand inputs separately; or re-create them using Column Containers.

Bob

PS I did try and use some more specific CSS selectors to get just the right hand inputs but so far have not succeeded.
Lodeke87 14 Jun, 2015
Ok thank you very much
This topic is locked and no more replies can be posted.