Forums

How can I add blank space between elements inside of a multi-field container?

steverahks 15 Aug, 2015
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?
GreyHead 16 Aug, 2015
Hi tjhaas,

Please try adding CSS like this
.gcore-subinput-container {
    padding-right: 6px;
}

Bob
steverahks 16 Aug, 2015
Thank you very much, that nailed it down perfectly.
This topic is locked and no more replies can be posted.