Changing Contact Form Size in Simple Shopify Theme

Hi, I’m working on a store and have tried following other articles on this topic but no solutions seem to solve the issue for me. I’m looking to make the contact form, full width as in the pic attached. My store URL is: https://www.dazzleddaikon.ca/ PW: geewur. Thanks in advance!

1 Like

@tanithecreative

oh sorry for that issue how can i check your password doesn’t work

Hi @KetanKumar , so sorry, I just fixed it. Please try pw: geewur again. Thank you so much!

1 Like

@tanithecreative

oh wow that work, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.form-vertical .contact-form input, .form-vertical .contact-form select, .form-vertical .contact-form textarea {
    width: 100%;
    margin-top: 10px;
}

@KetanKumar Thank you so much, that totally worked!

1 Like

@tanithecreative

its my pleasure to helps us