By Дарья Кузнецова on Wednesday, 29 January 2020
Posted in Technical Issues
Replies 1
Likes 0
Views 615
Votes 0
I want to make the preview of posts look like a product card.Most of all, we are concerned about the layout of the read more button.The solution
#eb a. btn was proposed.btn-default {
width: 308px;
}
#eb .eb-post {
width: 356px;
}
But then the layout on the computer breaks down.I would also like to stretch the preview image to the width of the container as in the screenshot and not this frame(
Hi there,

Good day to you.

Regarding,
> posts look like a product card.
If you would like to change the cover image size, you may do it so through EasyBlog settings located at: EasyBlog > Settings > Layout > Post Covers > Listing Layout. Please check out the attached screenshot for more clear illustration.

Regarding
> we are concerned about the layout of the read more button
You may add this css code into your custom.css file to make the readmore button expand and center on each post. Please take a look on the attached screenshot for more clear illustration on how it displayed on your site.


#eb .eb-post-more {
display: grid;
}


By the way, please do understand this is a customization and it is beyond our support scope's policy as outlined in https://stackideas.com/support .

Having said that, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would gladly send you a quote for the customization that you have requested.

Thanks.
·
Wednesday, 29 January 2020 13:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post