How can I narrow down the width of my custom HubSpot form?

I am trying to make the HubSpot form on https://www.fluzzletube.com/pages/contact-us not as wide. So add larger margins or make the text boxes smaller.

Hi @Dhorsman ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
.template-suffix-contact .custom-html {
    max-width: 800px;
    margin: 0 auto;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@AvadaCommerce Would this change everywhere on the website? I just want to change this specific HubSpot coded form