• Resolved victah

    (@victah)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @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:

    .wppb-user-forms textarea {
    
    min-height: 50px !important;
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Content Rows’ is closed to new replies.