Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WEN Solutions

    (@wen-solutions)

    Thanks @scott for using “WEN Logo Slider”. We have analysed your problem and you can solve this problem if you are using a theme that have a option to add custom css. If your theme support this feature you can add this styles there:

    .slick-slide a img, .slick-slide img {
      padding: 2%;
    }

    Let us know if there problem is not resolved.

    Thanks!

    Thread Starter Scott Winterroth

    (@countrymusicchicago)

    Thanks but this is not what I was thinking. The plugin is like not calling the thumbnails but rather some other version of the image. I resized all of the images to be 150×150 yet they look blown out when they show up. The img-src comes up with the correct image:

    https://www.kanegraphical.com/wp-content/uploads/2016/02/ozarks-1.jpg

    Plugin Author WEN Solutions

    (@wen-solutions)

    Hello @scott,
    Thanks for making your issue more clearer. We have an easy solution for you. Just add the below css in the custom css section of your theme and it will do it.

    .slick-slide a img, .slick-slide img {
        width: auto !important;
    }

    Thanks!

    Thread Starter Scott Winterroth

    (@countrymusicchicago)

    Perfect solution! Thanks!!!!!!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After last update, logos smushed together.’ is closed to new replies.