Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Individual Product text - too much leading!


sheringham

Recommended Posts

Posted

Take a look at this product page on my site:

 

http://www.sportemporium.co.uk/index.php?cPath=23_47

 

Notice how awful the description text for the category looks (the words that start: "Tastefully presented on a background of British Racing Green felt, ...")

 

The gaps between the lines is awful and I can't seem to apply any sort of style to it. I input it by copying and pasting from a client's word doc into the WYSIWYG text editor on each individual product/category page.

 

Isn't there a way of applying a CSS to it to override the awful type styles I'm getting?

Posted

search your .css file for the .main entry by default there is a line spacing of 1.5

 

TD.main, P.main {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
}

you could remove the line-height to set spacing of a single line

Archived

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

×
×
  • Create New...