Hi!
I would like to be able to put more than one field on a line.
Here’s what I’ve tried.
Given a class name to the widget.
Assigned the p
tag to the fields.
Added this CSS in the Style tab:
.my-class p {
display:inline;
}
Unfortunately nothing.
Thanks!