I am using a multi field container to hold multiple elements. They are too close together and make the form hard to read.
How do I add a horizontal space between each element inside of the multi field container?
How do I add a horizontal space between each element inside of the multi field container?
Hi tjhaas,
Please try adding CSS like this
Bob
Please try adding CSS like this
.gcore-subinput-container {
padding-right: 6px;
}
Bob
Thank you very much, that nailed it down perfectly.
This topic is locked and no more replies can be posted.