Hello,
I an sorry, I can't said where add that.
For you some thing bad with yours Joomla template, what bad I can't say.
I know only how fix.
In your CSS template file defined class "thumbnail", it defined like:
Code: |
.thumbnail {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
border:1px solid #DDDDDD;
display:block;
line-height:20px;
padding:4px;
}
|
you need replace to
Code: |
.thumbnail {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
border:1px solid #DDDDDD;
display:block;
float:left;
height:152px;
line-height:20px;
padding:4px;
}
|
Thanks,
OrdaSoft team