Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #290258

    Hello, I just updated theme (2.9.1), plugins and WP (all current) on my dev site.
    My logo is not displaying on top anymore. see http://dev.gemcovalve.com/
    See live website for how the logo should look (using theme 2.5.4) http://gemcovalve.com/
    I have custom css (see below) that worked before updating the theme.
    .social_header #top .logo, .logo a {
    display: block;
    height: 175px;
    width: 164px;
    background-color: #FFF;
    border: 0px none;
    margin-left: 5px;
    }
    Can you please give me the correct css to make the logo appear on top?
    Thanks, Deb

    #290484

    Hey edebe!

    Please add following code to Quick CSS as well

     .logo, .logo a, .logo img {
    overflow: visible;
    }
    

    Best regards,
    Yigit

    #291145

    perfect thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘need tall logo on top’ is closed to new replies.