• 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: responsive?

responsive? 9 years 11 months ago #31204

Any way to make this one responsive?

www.nicecarvings.com/beach-house-tag-maker.html
The administrator has disabled public write access.

responsive? 9 years 11 months ago #31208

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
RSForm!PRO offers full control over the form template so you can modify it as you need. In order to achieve your custom design head to Components > RSForm!PRO > Manage Forms > select your form > Properties > HTML Layout and set to "NO" the "Auto Generate Layout?" option.

More on how to perform layout and style adjustments here: www.rsjoomla.com/support/documentation/v...yle-adjustments.html

Note that RSForm!PRO was build using Bootstrap 2.3.2 so you can take advantage of its grid system classes and use them in your form layout in order to make it responsive:

<div class="row">
<div class="span2">...</div>
<div class="span2">...</div>
<div class="span2">...</div>
<div class="span2">...</div>
<div class="span2">...</div>
<div class="span2">...</div>
</div>

More about Bootstrap grid system here: getbootstrap.com/2.3.2/scaffolding.html#gridSystem
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!