I have tried fixing this through the forum but now feel that it requires a bug/fix. The issue is whenever you type text in the product description area the carriage/returns look like there is double spacing.
I have tried different editors and reduced the CSS Line Height from 1.8 to 1 but this effect the whole site and still doesnt quite fix the problem.
I could be wrong but maybe the product description area needs it’s own CSS styling ?
Thanks for looking into this
You can see it here: http://ocsgear.com/cart/index.php/co…-mcd100-m.html
1 answer
Dear deanandeva,
If you want to change CSS Line Height, please open file : http://ocsgear.com/skin/frontend/def…/css/theme.css , and edit at line 1 :
Code:
body { background: #FFFFFF; color: #666666; font-family: Arial, sans-serif; line-height: 1.6; }