• 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: Different width

Different width 10 years 1 month ago #30700

  • Tuxli
  • Tuxli's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

I have a problem with the width of the text fields.

my form have:
2x textfields (width 100% --> Ok)
1x teaxtarea field (witdh 100% --> not OK)
1x submit button (width 100% --> not Ok)


In firefox have all the fields the same width, but in ie10/ie11 and chrome the width are different!?
I have no idea to solve my problem. what should i do?

I have the newest Joomla Version an a Rockettheme Template installed.

you find the contact form in the footer: Part of the message is hidden for the guests. Please log in or register to see it.

thanks for help

Michael

Sorry for my bad english...
The administrator has disabled public write access.

Different width 10 years 1 month ago #30704

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
The problem appears beacause the width of the input fields it is 100% with an additional padding left of 15px.
On Administrator page Components -> RSForm Pro -> Manage Forms, please click on your form name and go to Properties. Choose CSS and Javascript from the left sidebar
and in the first textarea enter the folowing css style:

<style>
.rsformcontactform input[type="text"]{
width: 90%!important;
padding-left: 5%!important;
padding-right: 5%!important;
}
</style>

This should solve the problem.
My help is not official customer support. To receive assistance, submit a ticket by clicking here
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!