Title: Content Rows
Last modified: May 25, 2024

---

# Content Rows

 *  Resolved [victah](https://wordpress.org/support/users/victah/)
 * (@victah)
 * [2 years ago](https://wordpress.org/support/topic/content-rows/)
 * Hey, I am having some trouble with the rows of the textareas, I am using 4 textareas.
   I put 1 in all of them but it didn’t work and kept staying at 5 rows. I tried
   12, randomly, and it got bigger but after that it didn’t change anymore getting
   smaller. I use paid sub memberhip.
 * Hope you can help
 * vittorio
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontent-rows%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * (@madalinaruzsa)
 * [2 years ago](https://wordpress.org/support/topic/content-rows/#post-17783515)
 * Hi [@victah](https://wordpress.org/support/users/victah/),
 * The Row Content functionality might not always work; for example, the theme might
   set a max-height on the textarea, in which case this setting would have no effect.
 * In your case the theme you are using is setting a min-height of 150px. So you
   need to add in Appearance -> Customize -> Additional CSS the following CSS code:
 *     ```wp-block-code
       .wppb-user-forms textarea {
   
       min-height: 50px !important;
   
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Content Rows’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/content-rows/#post-17783515)
 * Status: resolved