• Resolved marcin17b

    (@marcin17b)


    Hi,

    I have a problem with text-align in this form.

    “IMI? *”
    “E-MAIL *”
    “WIADOMO?? *”

    I cant find a line wher can I change to aligment to “center”. On mobile everything is ok but desktop view is alwais to the left.

    I will be grateful for any help ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    You will need to extend the width of the Label Div to be the full width of the form, and the CSS that you have already should work.

    #nf-form-1-cont .nf-field-container .field-wrap > div{
    width:100%
    }

    Thread Starter marcin17b

    (@marcin17b)

    Excelent! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text-align doesn’t work on desktop’ is closed to new replies.