Header image not displayed on 3 sites

  • Tomm22

    #7971

    Hi there,

    I`m using the graphene-theme on http://www.geldanlegenvergleich.org. Currently I have a problem with the header image beeing not displayed on 3 sites (http://www.geldanlegenvergleich.org/tagesgeld/, …/festgeld/, …./offene-fonds/).

    Hope you can help me out, I’m searching for a solution for hours now.

    Thx

    Admin

    Syahir Hakim

    #39977

    You have this piece of CSS code in your page that’s causing the issue:

    img {
    border-width: 0 !important;
    margin: 0 !important;
    }

    That is an extremely generic CSS declaration with !important in it, which is not a good way of doing things. If you added that code, try to use more specific selectors or drop the !important bit.

    Tomm22

    #39978

    Thanks for your quick help.

    I`ve fixed it.

    Greetz

    Admin

    Syahir Hakim

    #39979

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.