Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter soleiltan

    (@soleiltan)

    Any ideas on how to fix this please?

    Plugin Author flaviodj

    (@flaviodj)

    Sorry for the delay.
    The problem is with your theme. it actually is making almost all images to be scaled up to 100%

    you could try and change that.

    you might need to hire somebody if you don’t know how to fix it, but a quick solution (might brake something else, just try and see if anything else goes out of wack):

    on the css file

    http://schroedersplumbing.com/wp-content/themes/localbusinesstheme/style.css

    go to line 1638 and change this:

    .footer-wrapper .footer_widget img {
    	width:100%;
    }

    to this:

    .footer-wrapper .footer_widget img {
    	/* width:100%; */
    }

    Like I said, that will fix the issue with my plugin, but might brak something else… change it and check all other pages to see if they are displaying correctly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘YELP logo on site is HUGE!’ is closed to new replies.