How can I bring the label closer to the input box in a multi-field? The label sticks with the previous input box and is difficult to interpret for the user.
The form is http://sharonbetts.org/testsite/index.php/form
The worst spacing is near the bottom on the field area starting with: Bred Kuvaszok?
Thank you.
The form is http://sharonbetts.org/testsite/index.php/form
The worst spacing is near the bottom on the field area starting with: Bred Kuvaszok?
Thank you.
Hi sharonbetts,
Please try this in a Load CSS action
Bob
Please try this in a Load CSS action
.gbs3 .form-horizontal .control-label {
text-align: right !important;
}
Bob
FAntastic - thank you so much. My CSS needs a lot of work.
Can this be done with a theme other than Bootstrap? GCoreUI for example?
This topic is locked and no more replies can be posted.