Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey guys,
Hope you’re all well.
I’m having an issue with the posts carousel on a website I’m updating –
As you can see on the homepage under recent shows, some of the thumbnail images for more recent posts have tiled themselves, despite being sized the same as the images used for later posts.
Any thoughts on how to fix this?
Thanks!
Hi PSBakh,
This is happening due to your custom CSS for this widget. Please open the area where you’ve added the following CSS:
Please replace the first instance of background-size: auto; with background-size: 300px 420px; and then replace the second with… say, background-size: 320px 440px; How does that look? You may wish to adjust the size for the hover effect (the second background-size) to get a more desired hover effect.
In other words, please replace the above-quoted CSS with: