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:
- Go to Online Store->Theme->Edit code
- 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