• Resolved brg2410

    (@brg2410)


    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;
    }`

    • This topic was modified 4 years, 12 months ago by brg2410.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @brg2410

    Please, enter the following style definition:

    
    #fbuilder select,
    #fbuilder input{text-align:center !important;text-align-last:center !important;}
    

    And remember to purge your website’s cache because you are using the Autoptimize plugin for caching the website.

    Best regards.

    Thread Starter brg2410

    (@brg2410)

    That worked – thank you 🙏 .

    • This reply was modified 4 years, 12 months ago by brg2410.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Centralising The Text Within Form’ is closed to new replies.