Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 6001

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Adjust width of contact form"

$
0
0

Can I adjust the width of the contact form so I can put a picture next to it?

You can customize the look of the form (and other elements of your site) with custom CSS. Try adding the following CSS to your theme's stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

#post-66 .contact-form {
	float:left;
	width: 50%;
}

I hope this helps.


Viewing all articles
Browse latest Browse all 6001

Trending Articles