Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #743266

    Hi,

    this is a very odd one.

    My client changed their logo image to a new one with the same dimensions and it is no longer visible on the website.

    I’ve checked the html and it is there:

    <strong class='logo'><a href='http://innerleithenmusicfestival.org/'><img height='100' width='300' src='http://innerleithenmusicfestival.org/wp-content/uploads/2017/02/2017-Web-Site-Logo.png' alt='Innerleithen Music Festival' /></a></strong>

    The logo is also a valid image file and works when the absolute path is pasted into a browser:

    http://innerleithenmusicfestival.org/wp-content/uploads/2017/02/2017-Web-Site-Logo.png

    But it is not visible. I’ve removed all of our custom coding, disabled all of the plugins and tried everything I can think of but the logo is still not visible.

    Enfold: 3.5.4
    WordPress: 4.7.2

    #743701

    Hey DigitalEssence,

    It’s due to this CSS you have in style.css:

    .inner-container .logo {
        padding-top: 60px;
        left: -75px;
    }

    Not sure what purpose it has though?

    Best regards,
    Rikard

    #744000

    Hi Rikard,

    thanks for that.

    Transpires the header which was 245px high had been reduced down to 45px and therefore the logo was being hidden as it is positioned slightly left of the content.

    I increased it and it now displays. Thanks for your help again.

    #744226

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.