• 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: Different font size and font family (css)

Different font size and font family (css) 12 years 8 months ago #14700

  • schang
  • schang's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

I made a form but the font-size and font-family differs from the font-size and font-family I defined in my css style sheet for the website.

e.g. I used:

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

My question is: what css (in the Rsforms part) do I have to add to correct this problem?
The administrator has disabled public write access.

Re: Different font size and font family (css) 12 years 8 months ago #14706

  • schang
  • schang's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

I solved this problem by adding css code in the RSForms/properties/form layout/ css and javascript:

<style type="text/css">
.formFieldset {
font-family: Arial, Helvetica, sans-serif;
float:left;
list-style: none;
background:none repeat scroll 0 0 #DDEEEE;
border:1px solid #000000;
margin:0 auto;
padding:1px;
width:570px; }
</style>

Regars,

Thiel Chang
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!