Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for responding! That worked – I had tried the css option but forgot to add the “!important” part. Still learning this stuff….

    Great plugin! I have the same problem, so I went ahead and batch re-sized all my featured images to fit within the 175×175 box. Now the issue is that the images are repeating in the areas where the image is smaller than 175px. In my browser css editor I see this for each list item that is created:

    <li style=”background-image:….. background-repeat: initial initial;…>

    In my browser I can change “initial” to “no-repeat”, and it fixes the problem, but I can not actually track down in the css or php files where that script is being generated. Adding “background-repeat: no-repeat” to ul#post-tiles li in the post-tile.css has no effect. Any clues?

Viewing 2 replies - 1 through 2 (of 2 total)