I decided to do a few tweaks to my treespun site regarding the price layout. I noticed after putting a few products on “special” the price box has a large amount of blank space that just does not look right.
Example: http://www.treespun.com/Acrylic-Bottle-Stoppers.html
I found the css entry for the box it’s
.browsePriceContainer {
color: #B01C1C
font-size: 125%;
float: right;
line-height: 40px;
padding: 0 10px;
background: #E6E6E6;
border: 5px solid #ffffff;
}
I tried changing the line-height which will get rid some of that spacing. However, if I do this it will then shorten the box in the other product sections and force the font to become smaller. This makes the other sections look wrong so that method does not work very well. Any css gurus out there know what I need to take care of this issue in a way that will not effect the rest of the product boxes?