Tagged: logo, size, transparency
On several of our sites, the transparent and non-transparent logo is not the same size.
See the site: https://malermesteraa.dk/ (Transparent logo) and https://malermesteraa.dk/privat/ (Non-transparent)
The non-transparent logo is bigger. We can’t figure out why. Both logos have same width/height and there is no custom CSS on this.
Can you help?
on the one installation you got :
span.logo.avia-standard-logo {
padding: 10px !important;
}
span.logo a img {
padding: 10px;
}
two times padding. The privat installation does not have that setting.
Hi Best_One_rmu,
Please try to add @Guenni007 CSS code.
@Guenni007 thanks for helping out :)
Best regards,
Nikko
I am always happy when the solution is in place – but there is no feedback at all. ;)
OK – seems to be solved.
Hi, sorry for the late reply.
The CSS didn’t seem to work, but we found out that our Pagespeed Ninja plug-in caused the problem – when we deactivate the said plugin, everything works fine…
it’s ok for me – the css code is now not in there ( earlier when I looked he was inside ) – and the one logo on privat is now again bigger than in the other page.
but now to synchronize it is only:
span.logo.avia-standard-logo {
padding: 10px !important;
}
Alright – i also suspect that we have some caching issues. I think we are good for now, thanks alot!
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
You can close this. Thanks!