
Originally Posted by
mretzloff
Is there any way to change the overflow thing, so that the height is adjusted for smaller screens?
Ok, some playing around showed that if I removed the width and height part from the following code, the border will adjust itself depending on how much text shows, however, the the problem then is that some are larger than the others (I would like them all the same size).
Code:
.centerBoxContentsProducts {
border: 2px solid #6A0000;
width:185px;
height:350px;
background: #DCDCDC;
margin: 0em;
-moz-border-radius: 15px;
border-radius: 15px;
}