Text Line Spacing messed up

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Fri Aug 26, 2011 1:19 pm
On articles for my page, the line spacing is horrible. Things overlap and I am having to put around two empty lines between to get thins to not overlap.

What can I adjust to get the spacing correct?

Example (look at the front page article below the header): www.Catgaming.com


Joomla 1.5.2
Using JCE for my wysiwyg editor


Let me know if you would like any more information. Thank you!
User avatar
Fresh Boarder

GK User
Fri Aug 26, 2011 1:29 pm
Code: Select all
.article-content p {
    line-height: 20% !important;
}


From template.css

This is your problem, did you mean to set it to 20%? TRy changing this to 20px or 120% and you should be fine.
User avatar
Senior Boarder

GK User
Fri Aug 26, 2011 1:38 pm
That worked perfectly!

Thank you!
User avatar
Fresh Boarder


cron