Hello,
Can you link to the page where you have this issue?
Thread Starter
Jeroen
(@jeroentjed)
Hello Amit,
The real site is still in maintenance mode but there is a copy for testing:
https://zandbak.jvdservices.nl/category/nieuws/
regards,
Jeroen
Try to add the below code to the Customize > Custom CSS section to fix it –
.col-1 {
width: initial;
max-width: initial;
}
Thread Starter
Jeroen
(@jeroentjed)
that’s it, thank you Amit!
I’m very very happy with this solution.
Thread Starter
Jeroen
(@jeroentjed)
Hello Amit,
Unfortunately I ran into another problem here: when I add a featured image to a post, the thumbnail of this image looks weird “blurry” on the categorypage. Looks like the solution you had to my other problem results in “stretching” the image. I tried different settings for thumbnails but nothing helps… Any ideas?
Regards,
Jeroen
No, it is not because of the code I gave you earlier. Check the image size in source code using browser inspect tool. It is 80x80px which makes the image blurry.
Go to Customize > Blog > Blog Entry and select image size large. It will fix the issue. Clear cache to see the changes.