Hi all,
Im using an ecommerce theme which is using price elements. In the theme, truncate titles are enabled, but I disabled this to show the full product title. Therefore the prices are no longer aligned, unfortunately.. (Screenshot)
I tried to modify CSS, but with no success. Could somebody help me with this?
The CSS code:
.gallery-item a.price {
background: #888C6B;
position: absolute;
width: 60px;
height: 16px;
text-align: center;
font-size: 11px;
cursor: pointer;
color: #FFFFFF;
margin: 2px 0 0 89px;
padding: 4px 0 0 0;
line-height: 1;
/* CSS3 Styles */
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
}
Thanks so much!