Hi,
Is it possible to have more then one field on a single line while still being responsive?
Also is it possible to place a sub label to the right of a field. Currently it appears beneath?
Cheers,
Kevin.
Is it possible to have more then one field on a single line while still being responsive?
Also is it possible to place a sub label to the right of a field. Currently it appears beneath?
Cheers,
Kevin.
Hi Kevin,
a. Probably not with the ChronoForms Template, maybe with the Pure Bootstrap 3 one, probably if you use custom HTML.
b. I ran tiny test with one text input and was able to move the Sub-label with this CSS
Bob
a. Probably not with the ChronoForms Template, maybe with the Pure Bootstrap 3 one, probably if you use custom HTML.
b. I ran tiny test with one text input and was able to move the Sub-label with this CSS
.gcore-display-table input {
float:left;
}
.gcore-display-table span.help-block {
float:right;
padding-left: 6px;
}
Bob
This topic is locked and no more replies can be posted.