• 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: How to add a space?

How to add a space? 14 years 4 months ago #9308

  • wrcveen
  • wrcveen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello, I would like to add a space between two radio buttons and a space between a component and the description. The whole line has no spaces?!

Please look at my form: www.hetpolderbos.nl/reserveren

for example: "Bijzettent" radio buttons & "Akkoord met de RECRON voorwaarden" checkbox

I'm using the Inline (XHTML) and Auto Generate Layout.

How to add a space?

thank you,

Wilko Veen
the Netherlands
Last Edit: 14 years 4 months ago by wrcveen.
The administrator has disabled public write access.

Re:How to add a space? 14 years 4 months ago #9322

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

The lack of space between your form components is generated by your template. You can go in your reset.css file and change the values of margin and padding here:

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

Or just remove the "input" and from the list of tags in the css.

To add space between a component and the description try opening the front.css(located in components/com_rsform/front.css) and add this line to the div.formDescription:

float: left;
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!