• 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: Reduce spacing between lines

Reduce spacing between lines 10 years 2 months ago #30556

  • idar
  • idar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi,
The line spacing is okay in normal full screen size on my computer:


But when I reduce the size of the window to simluate resposive design, the form changes to this:


How can I make the reponsive design look like the full screen design regarding the line spacing?

Link to the website: 46.250.210.170/kontakt
Username: rsform
Password: rsform
The administrator has disabled public write access.

Reduce spacing between lines 10 years 2 months ago #30557

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You can adjust this via the form's CSS/Javascript area, CSS section. Example:
<style type="text/css">
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
}
</style>
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.
The following user(s) said Thank You: idar
  • 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!