philipus Posted January 28, 2020 Share Posted January 28, 2020 Hello I am beginning to create a blog (https://philipus.com/journal) and wish to prevent the full posts from showing on the blog landing page. I have tried to create blog post excerpts however the image I attach always fills the width of the blog page. I don't want this, but wish that the excerpt image size remains untouched. I have tried to edit the image using the built-in image editor (from the Image properties pane) and re-saving it as current size, but that doesn't work. And there is no way in the Options tab under the blog post settings to add spacers or such. I am using the Wells template. What can be done to fix this? Thanks in advance Philip philipus.com ◦▪︎◦ instagram Link to comment
philipus Posted January 29, 2020 Author Share Posted January 29, 2020 Does anyone have an idea? Surely it cannot be by design that an excerpt image should always be stretched beyond its proportions. Makes no sense at all. Thanks in advance Philip philipus.com ◦▪︎◦ instagram Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 You can use CSS to limit post excerpt height, like this screenshot To do this, add to Home > Design > Custom CSS .article-list article { max-height: 200px; overflow: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
philipus Posted February 13, 2020 Author Share Posted February 13, 2020 Thank you very much for your reply. That is an excellent idea. I will look into it. Best Philip On 2/1/2020 at 5:19 AM, tuanphan said: You can use CSS to limit post excerpt height, like this screenshot To do this, add to Home > Design > Custom CSS .article-list article { max-height: 200px; overflow: hidden; } philipus.com ◦▪︎◦ instagram Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.