• 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: Form Layout Responsive (CSS3)

Form Layout Responsive (CSS3) 12 years 2 weeks ago #22786

  • remo
  • remo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I have made a form with RSForms. Everthing works fine but I have a litle problem with the layout.
At the beginning of the form I have a intro text created by Free Text.

But now I want that text 100% of my page. How can I fix that?

The administrator has disabled public write access.

Form Layout Responsive (CSS3) 12 years 1 week ago #22848

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
To achieve this, you should first create a multi-page form, add the free-text component to the first page of your form and the rest of the fields to the second page. This is done using the pagebreak component, you can read more on this topic here:

www.rsjoomla.com/support/documentation/v...e/57-components.html

After doing so, you will need to add a CSS definition for the id of your free text component in the 'CSS and Javascript' tab found in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties. Assuming that the id of your free text component is 'Freetext', the code should look something like:

<style>
#Freetext
{
font-size: 4em;
}
</style>

You can try different values for the 'font-size' definition until you get the desired result.

More on this topic here:

www.rsjoomla.com/support/documentation/v...sign-properties.html
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!