Title: Changing form width
Last modified: August 20, 2016

---

# Changing form width

 *  Resolved [daniel1009](https://wordpress.org/support/users/daniel1009/)
 * (@daniel1009)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-form-width/)
 * Is there an easy way to change form widths?
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-form-width/#post-3584566)
 * If you want to change the width of the form, you can use CSS.
 *  [mooreevan](https://wordpress.org/support/users/mooreevan/)
 * (@mooreevan)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-form-width/#post-3584648)
 * This is how we sub divide a page with HTML <div> tags. In this case, the form
   is in the left hand column, and is 215 px wide. The right column is 715px wide
   and the buffer between the two is 20 px wide, for a total of 950 px wide.
 * `<div style="float: left; width: 215px;">`
 * Left content (Example: form)
 * `</div>`
    `<div style="float: right; width: 715px; padding-left: 20px; background:
   url('URL.com/background.png') repeat-y left center;">`
 * Right content
 * `</div>`
 *  [mooreevan](https://wordpress.org/support/users/mooreevan/)
 * (@mooreevan)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-form-width/#post-3584649)
 * Just kidding. That might require a certain CSS template along with it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing form width’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [mooreevan](https://wordpress.org/support/users/mooreevan/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/changing-form-width/#post-3584649)
 * Status: resolved