Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS problem - Spacing in the text


Aunt Clara

Recommended Posts

Posted

I am having a bit of a problem with this, I read the manual but still couldn't figure how to fix it. Please check my shop, the text has a wide gap between lines, I tried editing the CSS but I couldn't fix it.

 

Thanks in advace for your help. :blush:

Posted
I am having a bit of a problem with this, I read the manual but still couldn't figure how to fix it. Please check my shop, the text has a wide gap between lines, I tried editing the CSS but I couldn't fix it.

 

Thanks in advace for your help. :blush:

 

 

this could be completly wrong, but i think i found the problem,

 

i looked at your stylesheet.css

 

change

 

TD.main, P.main {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 24px;

 

to

 

TD.main, P.main {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 1.5px;

 

again i say this, but it probally wont work, just a thought

Posted
this could be completly wrong, but i think i found the problem,

 

i looked at your stylesheet.css

 

change

 

TD.main, P.main {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 24px;

 

to

 

TD.main, P.main {

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

line-height: 1.5px;

 

again i say this, but it probally wont work, just a thought

Thanks a million. 1.5px made the letters all pile up on top of each other :D but 15px did the trick alright.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...