Forums

Styling Line-Height

eelucid8 03 Feb, 2012
Hi There,
My Joomla's main content appears in a div called #content which is set to display a line-height of 1.4em which looks great for text but not so good with the ChronoForm. Which css selector do I override to tell this form line-height:normal? Thanks very much,
Bill
GreyHead 04 Feb, 2012
Hi Bill,

In ChronoForms v4 the form has an id of chronoform_form_name so you can use
#chronoform_form_name {
  line-height: normal;
}

Bob
This topic is locked and no more replies can be posted.