Installed a fresh copy of OpenCart but I'm having cross browser compatibility issues with some of the default CSS.
In Firefox when add a few products, the alignment of the "results" text seems to overlap the product images.
(in IE everything is fine)
(image attached "sections.gif")
The issue also seems to cause problems when listing the products on more than the 1 line.
The row underneath overlaps the product details above. (2 more attachments, one from IE one from FF)
All seems to point to a CSS issue. Perhaps within ".products" ?
Code: Select all
.products, .images, .categories {
float: left;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 10px;
height: 140px;
}
Any ideas?
Many thanks
Carlo