jterryc
Forum Replies Created
-
Thank you – using the second way, with the Template option enabled, works fine (and I think I have a grasp of the selector terminology !)
Forgot to mark the query as unresolved – now done. Hoping for an early reply, thank you.
Sorry – your suggested CSS has no effect on the displayed View. I tried as many combinations of the various field classes as I could think of as selectors, but nothing changed the displayed data.
All I am really looking for is to display each field label plus its data value on a separate line, with the label in bold. Ideally I would also like to set a fixed label width so that everything is neatly aligned.
Any further suggestions ?
Hi Kris,
Many thanks for the prompt response. The CSS you provided worked very well with only a couple of minor tweaks to get all of the form fields aligned as I wanted them –
.forminator-ui .forminator-field-checkbox label.forminator-checkbox {
display:inline-block;
margin-left: 200px;
text-align: right;
}
.forminator-ui .forminator-field-date .forminator-datepicker {
width:120px !important;
}Excellent service as usual.
Best regards,
TerryHi Dmytro,
Many thanks for your prompt reply – the CSS selectors you provided worked perfectly – excellent service !
Best regards,
Terry