Centralising The Text Within Form
-
Hello.
Please see page noted below where we have already used CSS code (within form settings) below to force form fields central. The appearance is OK, however is it also possible to also centralise the text within input fields (e.g. What’s the linear metreage of your deck edging?) and the text shown in the dropdown text fields (e.g. Which NeoTimber® decking are you using? = Essential)? If so, can you provide the updated CSS code to achieve this?
#fbuilder input[type=text],
#fbuilder textarea,
#fbuilder select,
#fbuilder cff-dropdown-field,
#fbuilder, #fbuilder label,
#fbuilder span {
text-align: center;
}`The page I need help with: [log in to see the link]
The topic ‘Centralising The Text Within Form’ is closed to new replies.