Adding a form to a responsive Wordpress page.

  • tmatacale
    Answered on May 09, 2015 06:54 PM

    Adding a form to a responsive Wordpress page. Form is aligning centered to the overall page. How can I make it align left?

  • raul
    Answered on May 09, 2015 06:58 PM

    You can do this by injecting the following CSS code to your form.

    .form-all { margin-left: 0 !important; }

    If the above doesn't work, please let us know the URL of the web page where the form is embedded so we can inspect it further.