Why is my form aligned right?

  • NationalDecorators
    Asked on July 21, 2016 at 5:38 AM

    Why is this aligning right?

  • John_Benson
    Replied on July 21, 2016 at 8:33 AM

    It is because you are using one of our theme which is by default positioned to the right.

    If you want to position it to the left, you can add this custom CSS code:

    .form-all { 
    margin-left: 0px !important;
    width: 100% !important;

    Here's a guide: How-to-Inject-Custom-CSS-Codes

    Hope that answered your question. Feel free to contact us again if you have any inquiries. Thanks!