• Hi! Our site: https://www.shelfrenewal.com, seems to work fine in Firefox and in IE 8, but in IE 7, the bottom of the logo gets covered up by the posts. We are using the TypographyWP template (one sidebar) and know nothing about CSS. I’m sure it’s a simple fix with padding or margins (or maybe we just need to shrink the logo even further?) – would someone be able to give us advice on how to fix it?

    We also can’t get the site to work in Safari, but I suspect that’s a whole separate topic… : )

    thanks in advance!

Viewing 1 replies (of 1 total)
  • Your theme’s home page is missing a closing </div> but you could also try changing:

    #container {
    margin:0 auto 10px;
    overflow:hidden;
    padding:0;
    width:960px;
    }

    to

    #container {
    margin:20px auto 10px;
    overflow:hidden;
    padding:0;
    width:960px;
    }

    in style.css

Viewing 1 replies (of 1 total)
  • The topic ‘Logo issue in IE 7?’ is closed to new replies.