Product summary display

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Product summary display

Rick F.
Hi all-
   
  I've tweaked the product summary ftl to include a few more product specific items such as long description and a couple of links to content. However, as the amount of space each item takes increases, the line seperators stay in the same place so that the text of the product overwrites the lines. Is there any way to dynamically space the seperators, or at least is there a css style that governs their spacing? I can't seem to find it.
   
  Maybe it's just late.
   
  Rick
Reply | Threaded
Open this post in threaded view
|

Re: Product summary display

Rick F.
It was just late...

In the ecommain.css

.productsummary {
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 60px;
}

I changed the height.... this isn't dynamic though. Is there a css guru that can shed light on a dynamic height calculation?

Rick

Richard Fleming <[hidden email]> wrote: Hi all-
   
  I've tweaked the product summary ftl to include a few more product specific items such as long description and a couple of links to content. However, as the amount of space each item takes increases, the line seperators stay in the same place so that the text of the product overwrites the lines. Is there any way to dynamically space the seperators, or at least is there a css style that governs their spacing? I can't seem to find it.
   
  Maybe it's just late.
   
  Rick