Contact Form

I’m having issues with my contact form. I used the Columns (bootstrap). The contact form looks far left in the 2nd column, too close to the 1st column with the text. How can I move it slightly to the right or make the contact form responsive/bigger in the 2nd column?

I’m including my private link and login details for you to investigate in PM. Thanks!

Website is currently under maintenance. Please keep my website link private on public, thanks!

http://test.derosentertainment.com/wp-login.php
lilly
oaEgHDFZP@7#)qfwLarwOdmW

Problem page: http://wp.me/P80N1L-2O

Hi @lillaik,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

form.contact-form.commentsblock {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

Best Regards,
Movin