• 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: Adjust width of responsive form

Adjust width of responsive form 8 years 11 months ago #35075

Site: copy.syossetlibrary.org/books/reading-re...ns/just-for-me/teens
u: guest
p: guest123

For this form:
snag.gy/cMfolb.jpg

My client wants the form to 'fill up' more of the page. Basically the left column possibly wider, and the right column (especially the text boxes) to display a little larger.

She has many forms on the site, with the same issue.

Without setting the css for each form, is there something I can do to 'responsive.css' for rsform to adjust the overall setting?

To her it looks like the form is only filling up 60% of the page.
The administrator has disabled public write access.

Adjust width of responsive form 8 years 11 months ago #35087

  • qubertman
  • qubertman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 5
Read this article: How to override front.css file in RSForm!Pro

line 90:
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}

line 97:
.formResponsive .formHorizontal .formControls {
    margin-left: 160px;
}

line 145:
.formResponsive input, .formResponsive textarea {
    width: 210px;
}
Last Edit: 8 years 11 months ago by qubertman.
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!