How to align text in the placeholder?

  • RedIce
    Asked on January 29, 2018 at 11:59 PM

    Hello,


    Is there a way to center align the text in the field placeholders?


    Thank you

    Shannon

  • Nik_C
    Replied on January 30, 2018 at 4:43 AM

    You can insert the below CSS to your Custom CSS Field:

    .form-textbox {

        text-align: center!important;

    }

    It will look like this:

    1517305330Screen Shot 2018 01 30 at 10 Screenshot 10

    Let us know how it worked.

    Thank you!


  • RedIce
    Replied on January 30, 2018 at 4:30 PM

    Thank you Nik,


    Your the best!


    Shannon

  • RedIce
    Replied on January 31, 2018 at 6:10 PM

    Thank you Nik!