Looks funny in Firefox, ok in chrome

Viewing 5 posts - 1 through 5 (of 5 total)
  • #20226
    Geri
    Participant

    Hi!

    Suddenly a friend told me, that my site looks funny in firefox:
    opened in firefox

    but ok in chrome:
    opened in chrome

    What’s wrong?

    Thnx!
    Greets
    Geri

    #20247
    Daniel Tara
    Keymaster

    It is caused by this CSS:

    figure img {
    	display: block;
    	margin: 0 auto;
    }
    #20261
    Geri
    Participant

    Yes, but can I fix it somehow?

    #20270
    Daniel Tara
    Keymaster

    You can either remove that code from style.css or add this to you custom CSS:

    figure img {
        display: inline;
        margin: 0;
    }
    #20277
    Geri
    Participant

    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.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.