Title: [Plugin: Visual Form Builder] No difference between small/medium/large address
Last modified: August 20, 2016

---

# [Plugin: Visual Form Builder] No difference between small/medium/large address

 *  [thanatica2](https://wordpress.org/support/users/thanatica2/)
 * (@thanatica2)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/)
 * It’s nice to be able to make an address field small, medium or large, but it 
   doesn’t seem to make any difference in the resulting HTML, making it impossible
   to distinguish between them in CSS. In fact, all inputs in an address field get
   the `medium` class.
 * Is this a mistake in that address field should have been fixed, or should the
   address field get small/medium/large classes appropriately? Either way this seems
   to need fixing.
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

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

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/#post-2775742)
 * The address field only has one size.
 *  Thread Starter [thanatica2](https://wordpress.org/support/users/thanatica2/)
 * (@thanatica2)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/#post-2775754)
 * Then, can you remove the “medium” classes and remove the small/medium/large selector
   in the form builder?
 *  [andy101scott](https://wordpress.org/support/users/andy101scott/)
 * (@andy101scott)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/#post-2776177)
 * I found in the CCS code for VFB plugin editor
    visual-form-builder/css/visual-
   form-builder.css
 * that where the height of s/m/l was set the code for small was labelled medium(
   as was the code for medium)
 * So good they named it twice!
 * Code below shows corrected code:
    .visual-form-builder.left-label .textarea, .
   visual-form-builder.right-label .textarea{float:left;width:65%;} textarea.small{
   height:5.5em;} textarea.medium{height:10em;} textarea.large{height:20em;} .submit{
   font-size:1.1em;}
 *  Thread Starter [thanatica2](https://wordpress.org/support/users/thanatica2/)
 * (@thanatica2)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/#post-2776178)
 * What does that have to do with the address field type?

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

The topic ‘[Plugin: Visual Form Builder] No difference between small/medium/large
address’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [thanatica2](https://wordpress.org/support/users/thanatica2/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-no-difference-between-smallmediumlarge-address/#post-2776178)
 * Status: not resolved