Align a contact form and an image
-
Hi there,
I would like to align the contact form (which has been resized to fit just half the width of the page) and the map image, so they are side by side… is this possible using CSS
Thanks very much :)
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Let me try to help you. Please edit your css for .contact-form to this:
.contact-form{ width: 390px; float: left; }Then please re-align your map to align right, because I see your image is align left. (you can read this for the instruction http://en.support.wordpress.com/images/image-alignment/).
I hope it will helps you. Please let us know if you need another help.
-
-
- The topic ‘Align a contact form and an image’ is closed to new replies.