• 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: Space between fields

Space between fields 13 years 3 months ago #15932

  • koro
  • koro's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi all,

I use the Inline (XHTML) version for my forms.
But when i add some fields after each other they vertically are to close to each other.

So between every field i put a hidden field between.

Is there a more simple solution to get more vertical space between fields.

The trick with the hidden fields doesn't work with "2 Lines (XHTML)"

Thanks in advance.

Koen
The administrator has disabled public write access.

Re: Space between fields 13 years 3 months ago #15979

Use CSS to style a form.
With margin, padding you can change the appearance.
When you disable auto-generate you can add CSS classes and id's.
Regards
Wilco Alsemgeest

Please note: my help is not official customer support. To receive your support, submit a ticket by clicking www.rsjoomla.com/my-support-tickets.html
The administrator has disabled public write access.

Re: Space between fields 12 years 4 months ago #20373

i added this to my css file, but none of these is working...

fieldset.formFieldset ol.formContainer li {
padding: 15px !important;
}

.rsform-block li {
padding: 15px !important;
}
The administrator has disabled public write access.

Re: Space between fields 12 years 4 months ago #20374

Install and use firebug to debug what formatting your site is using. If you use that you will be able to determine exactly what css is being applied to the part of your page you are trying to debug.
Last Edit: 12 years 4 months ago by richedgar.
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!