
Originally Posted by
Veronika7747
Since I am having difficulties with Short Desc., the test site on ISP does not have it yet. But even when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
there is not much space between the long desc. and the Model.
I just noticed that that left justify I did justifies all data (including the price). How can I left justify ONLY the long desc.?
In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Also, the description text there is already left justified, so remove this:
Code:
.productListing-data
{
text-align:left;
padding-right:10px;
}
And you can add this to get more padding around the description:
Code:
.listingDescription{padding:10px;}
Bookmarks