CS Forms - spacing for labels

I will probably see the obvious way to do this within 5 minutes of posting this … but when you activate the “label”, how can you adjust the space between the label and the field?


When I look at the page source I can see it’s related to “row gap” and 1em, but I feel like the label to field gap needs to be a bit smaller by default and ideally adjustable.

I get it… I hadn’t tried turning on “container” :grinning:

That’s thrown me off a couple of times as well. Let me see what we’ll do about that. We might just have container on by default, or make it so there is always a container. Thanks for the feedback.

Could it be that the container is added when the label has a value?

If you check the Label button I think we should assume you’ll have a value for the label. Maybe we just have the container controls show up if you check label or container. The idea behind having container only used when you check the button, was so that you could only have the “input” tag outputted if that’s all you needed. Just limiting HTML tags.