Plugin Author
Ajay
(@ajay)
You’d need to use media queries and then style crp_thumb for a max-width.
e.g. if we limit the thumb width to a max of 200px for this. It might need a bit more styling.
@media (max-width: 480px) {
.crp_thumb {
max-width: 200px;
}
}
Please see this article of the typical output for Contextual Related Posts.
I tried putting the code in the Custom CSS Section in the plugin settings and it did not change anything. I also tried putting it in the additional CSS settings of my theme and nothing changed still
Plugin Author
Ajay
(@ajay)
Sorry for the delayed response. Did you try changes cache, if you have it enabled.
I checked your site and I can see no traces of the custom CSS showing up so that’s definitely something missing. Are you able to edit your theme’s style.css and add the above in there?