Form Field Size Increase? | WordPress.org

[ad_1]

I poked at it some more and found this works:

input[type=”text”], input[type=”email”], input[type=”tel”], input[type=”url”] {width: 100%}

Is there a better way or that’s what’s recommended?

Overall that’s what we definitely recommend. We try to let the forms inherit from the theme as much as we can, but in this case it looks like it didn’t as much as ideal.

That said, we’d recommend perhaps amending to this:

.ctct-form input[type="text"],
.ctct-form input[type="email"],
.ctct-form input[type="tel"],
.ctct-form input[type="url"] {
	width: 100%;
}

This will help make sure you’re not accidentally expanding other inputs on the site to 100% unintentionally, which in a way is how we received the narrow ones originally, but most themes will hopefully have sane defaults for their setup.

Awesome! Thank you @constantcontact

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer