Hi!
Suddenly a friend told me, that my site looks funny in firefox:
but ok in chrome:
What’s wrong?
Thnx!
Greets
Geri
It is caused by this CSS:
figure img {
display: block;
margin: 0 auto;
}
Yes, but can I fix it somehow?
You can either remove that code from style.css or add this to you custom CSS:
figure img {
display: inline;
margin: 0;
}
It works…!
Thank you very much Daniel!
You made my day…!
Thank you for your great support!!!
Greetings from Vienna!
Geri
-
This reply was modified 9 years, 11 months ago by Geri.