Tagged: svg
Hello Kriesi-Team,
I look for a solution how to automatically scale the svg logo in the shrinking header. Right now the logo is displayed correctly but as soon as the header is shrinking, the logo does no rescaling. Could you please help me out?
Cheers
Hey nini_bacher!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo {
width: 170px;
height: 73px;
}
Best regards,
Yigit
Thank you Yigit,
this helped, thank you.
Another issue came up with the logo display in the mobile version: the original logo is suppressed and replaced by the svg file, but in the mobile version the suppressed logo shows again …
Do you have a fix for this as well?
Cheers