• 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: Form Field Spacing

Form Field Spacing 9 years 8 months ago #32064

  • craigc
  • craigc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
how do i decrease the space between the fields, please see attached


i have tried adding the following code into the css field

<style type="text/css">
.formResponsive .formHorizontal .rsform-block {
margin-bottom: 0px !important;
}
</style>

i have also tried changing the front.css file in components/com_rsform/assets/css

i have tried auto generate layout on and off

but nothing changes

thanks
The administrator has disabled public write access.

Form Field Spacing 9 years 8 months ago #32147

  • andy62
  • andy62's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
In the HTML code for each field you will find a line similar to this one for the field "FullName":

<p class="formDescription">{FullName:description}</p>

If you switch off autogeneration and comment out this line to get:

<!-- <p class="formDescription">{FullName:description}</p> -->

you will close the gaps between the form fields. HTML comment out is between "<!-- " and " -->" (don't forget the white space). It doesn't close everything up as if it were a table, but if that's the way you want to go, look at manually inserting the form fields within table cells. But this involves a lot of manual coding.
Andy Galloway
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!