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!
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!
Hi Lodeke87,
Please post a link to the form so I can take a quick look.
Bob
Please post a link to the form so I can take a quick look.
Bob
This is the link: http://www.etn-neuville.be/nl/index.php?option=com_content&view=article&id=116
Thank you!
Thank you!
Hi Lodeke87,
I'm getting an Internal Server Error when I check the link.
Bob
I'm getting an Internal Server Error when I check the link.
Bob
Hi Lodeke87,
The simplest solution is probably to add this to a Load CSS action
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.
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.
This topic is locked and no more replies can be posted.