Email form - exact photo background size

What is the perfect photo background for the email form plugin design by theme co? Im waisting a lot of time guessing.

And I need the form to be full with its in some kind of container. How can I fix this?

Thanks

Hi @rotation,

Thanks for reaching.

Are you referring to the subscription form in your contact page? Any background would do as long as it’s big and the CSS sizing is set to Cover. Example, you can add this CSS as well

.tco-section.bg-image {
background-size: cover;
}

That’s based on your current setup for email forms.

Thanks!

this worked thanks

You’re welcome!

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