Email For Full With

How can I make My Email Form On the home page Full width ? I tried to adjust the padding and the margins but still not wide enough. – Never Mind I figured it out

Hi @rotation,

Thank you for reaching out to us. I believe you’re trying to make the email form section fullwidth? If this is the case then Inspect you section in content builder, go to it’s Row settings and turn Off the Inner Container (see screenshot)

If you’re trying to make your email form fullwidth then add the following code in the Theme Options > CSS:

.home .tco-subscribe-form {
    max-width: 100% !important;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.