Tagged: svg logo
Hello,
I am trying to use the new svg logo feature but am having issues with it displaying consistently. When I am logged in to the backend of the WordPress site, it displays just fine, but when I log out, it disappears. Any idea why this might be happening? Very excited about this new feature!
Hey Kirstie,
It seems to be working as it should on mobile, but not on desktop for some reason. Please try this in Quick CSS to see if it helps:
div .logo {
height: 100%;
width: 100%;
}
Best regards,
Rikard
or try an absolute Value please.
#top .logo svg {
width: 450px;
}
the real dimension is managed through the surrounding container – but for scaling it needs (in some browsers an absolute width ( height ) ).
Can you show me a link – if not to the page – then to the svg itself?
Thank you! I just added Rikard’s code and that did the trick!
Hi MJM,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko