• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Changing the size of the Text Box

Changing the size of the Text Box 10 years 6 days ago #31098

  • mike0
  • mike0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

How do we make the Describe your trading style field into an box with 10rows (as it is set) rather than one line at optimizedpanama.com/arotahi/index.php/tr...rader-interview-form ?

Thanks,

Mike
The administrator has disabled public write access.

Changing the size of the Text Box 10 years 4 days ago #31109

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
Your textarea height is changed by the boostrap.css file of your template(optimizedpanama.com/arotahi/templates/ef...er/css/bootstrap.css). Notice that on line 7136 you have the following definition:

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
border-radius: 0px;
box-shadow: none;
height: 22px;
line-height: 22px;
color: #444;
}

You can change the height for the "Describe" field from the form Properties tab. Head to Components > RSForm!PRO > Manage Forms and edit your form. On the Properties tab search for CSS and Javascript and in the CSS field add the following style:

<style type="text/css">
#TS2{
height:auto!important;
}
</style>

More on this here: www.rsjoomla.com/support/documentation/v...-and-javascript.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.

Changing the size of the Text Box 8 years 9 months ago #35404

  • jeff52
  • jeff52's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm having the same problem, I tried to find the bootstrap.css per your notes and none of them had anything close to the code. I have three questions that I sent in on ticket earlier today asking also about how to get my copy descriptions to line up with answer boxes. See attached pdf. Url where form is: visualpakpackaging.com/index.php/request-bid

I guess I can't attach the image.

Jeff
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!