Title: Fields Too Small
Last modified: January 29, 2018

---

# Fields Too Small

 *  Resolved [funimatic](https://wordpress.org/support/users/funimatic/)
 * (@funimatic)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/fields-too-small-2/)
 * I’m having an issue where the print preview and print itself doesn’t display 
   the full form field content… only 3 characters. Any help is much appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffields-too-small-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/fields-too-small-2/#post-9913808)
 * Yeah, looks like your form is using css from a plugin. The HTML is forcing the
   element size at 1:
 *     ```
       <input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Client Names" required="required" aria-required="true">
       ```
   
 * size=”1″ is well… small.
 * The display size is being controlled by the classes: `elementor-field elementor-
   size-sm elementor-field-textual` and these are defined in:
    [http://clientwebsite1.com/wp-content/plugins/elementor/assets/css/frontend.min.css](http://clientwebsite1.com/wp-content/plugins/elementor/assets/css/frontend.min.css)
 * So… that file will need to be included on the print page by adding the following
   to the Top HTML area in the print-o-matic settings:
 * `<link rel='stylesheet' id='elementor-frontend-css' href='http://clientwebsite1.
   com/wp-content/plugins/elementor/assets/css/frontend.min.css' type='text/css'
   media='all' />`
 * Good luck!
 *  Thread Starter [funimatic](https://wordpress.org/support/users/funimatic/)
 * (@funimatic)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/fields-too-small-2/#post-9913951)
 * Thank you very much! That did it!

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

The topic ‘Fields Too Small’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/print-o-matic_b2b2b2.svg)
 * [Print-O-Matic](https://wordpress.org/plugins/print-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/print-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/print-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/print-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/print-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/print-o-matic/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [funimatic](https://wordpress.org/support/users/funimatic/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/fields-too-small-2/#post-9913951)
 * Status: resolved