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

    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

    #831553

    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

    #831614

    thanks a lot; I deactived the easy facebook like plugin; and everything is fine

    #831689

    Hi,

    You are welcome!

    Best regards,
    John Torvik

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.