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

    Hello
    I just wanted to share this because it took me a while to find an answer. I installed the ‘scalable vector graphic’ plugin but my logo was not showing up on Chrome or FF, and displaying in the middle on Safari, even though I’d set it to aligned left. I thought that maybe it was a plugin issue so instead installed SVG support but the problem persisted. It turns out that the SVG logo needs a size to be seen, so use this –

    /* fixes bug where svg is not showing */
    .logo img {
    	width: 340px;
    	height: auto;
    }
    

    Very simple and problem solved! If you use an SVG elsewhere, just assign a class and do the same :)

    #852784

    Hey webWahine,

    Great, glad you found a solution and thanks for sharing, much appreciated :-)

    Best regards,
    Rikard

    #852920

    My pleasure! We are all part of an amazing global community :)

    #852931

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I'm sharing how to fix a missing SVG header logo’ is closed to new replies.