Comments peternaf started the conversationNovember 14, 2019 at 11:21amHow can I make post featured images smaller by default? (Currently they take too much space and are too large) 2,700PenciDesign repliedNovember 14, 2019 at 2:45pmHi,You can try add more this code to Customize > Custom CSS to do that: .standard-post-image a { display: inline-block; max-width: 500px; } Change value 500 to value as you want.Best Regards,PenciDesignpeternaf repliedNovember 15, 2019 at 12:43pmWorks! Thanks :) Sign in to reply ...
How can I make post featured images smaller by default? (Currently they take too much space and are too large)
Hi,
You can try add more this code to Customize > Custom CSS to do that:
Change value 500 to value as you want.
Best Regards,
PenciDesign
Works! Thanks :)