Hi,
I uploaded a logo with exactly the requested width und hight, but it is streched from left to right.. see my website noted below
How can I fic that?
Thanks,
Gabi
Support gerne auch auf Deutsch
Hey preissg,
Your css in /wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css is making the image width: 100%
While it’s not trying to target your header it is due to a poor targeting command.
.responsive , .responsive span, .responsive span iframe[style], .responsive span img {
width: 100% !important;
}
We can try to fix with this code in your Quick CSS:
.logo a {width: 340px!important; }
Best regards,
Mike
thanks a lot; I deactived the easy facebook like plugin; and everything is fine
Hi,
You are welcome!
Best regards,
John Torvik