Form width not going all the way across the module

Hi All,

I have looked at all the other repsonses to this type of question and scoured through the help docs but still have not been able to figure out what is happening. I have created a form in HS and put it in the Design Manager. The issue I have is that it is not going all the way across the module. Here is the preview link to the page: https://app.hubspot.com/design-previewer/2971206/templates/29842033800

I found this bit of code as a possiblity and put it in the attached CSS but it didn’t make any changes.

form.hs-form,
.center-form .hs_cos_wrapper .form-title {
max-width: 600px;
display: block;
margin: 0 auto;
}

I’m not overlay advanced at CSS but this seems like it should be a simple fix.

Any help is greatly appreciated.

Hey @SlimSr2003,

You’ll just want to make a minor adjustment:

max-width: 100%;

Hopefully that helps!