Hi all,
something weird happens with my website, a different outcome depending on which browser I use.
This is how it looks on Chrome/Safari:
This is how it look on Firefox: .
The outcome on Firefox is what I expect.
Hi!
Please add following code to Quick CSS
.single td {
width: 50%;
}
Best regards,
Yigit
Better, but on Firefox the pictures are still bigger (which is better).
Hey!
Try changing the % value in Yigit’s code:
.single td {
width: 60%;
}
Cheers!
Josue
Ok, I’ll try. Btw, why does it happen? It should be the same on every browser, shouldn’t it?
Hey!
When it comes to table elements; Firefox treats td containing images differently. The code should help equalize them.
Cheers!
Josue
Oh ok, I see. The fact is that Firefox seems to make it in the right way.
Thanks a lot.