This content has been marked as final.
Show 4 replies
-
1. Re: Product Thumbnails Overlapping
Ryan Thomas Oct 27, 2014 11:49 AM (in response to aboooooojo)Hey Aboo,
So in your CSS file "ModuleStyleSheets.css" locate and replace (should be line 538):
table.productTable {
border-collapse: collapse;
border-spacing: 1;
table-layout: fixed; <---- REMOVE THIS LINE
width: 100%;
}
with:
table.productTable {
border-collapse: collapse;
border-spacing: 1;
width: 100%;
}
Hope this helps!
-Ryan
-
2. Re: Product Thumbnails Overlapping
aboooooojo Oct 29, 2014 11:54 PM (in response to Ryan Thomas)Thank's Ryan! I will try this out!!
-
3. Re: Product Thumbnails Overlapping
aboooooojo Oct 30, 2014 12:00 AM (in response to Ryan Thomas)YES!,,, again, thank you sooo much Ryan it did the trick.
-
4. Re: Product Thumbnails Overlapping
Ryan Thomas Oct 30, 2014 8:43 AM (in response to aboooooojo)Happy to help!

