Hi there!
I am trying to set a minimum high to the blog entries on my main page… any help with this?
This what it looks like at the moment
I would like to fix the heigh of all the elements to display them all the same size.
As always, thanks for you help
Best
Hey gextiona,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
Sorry for the delay
Please, check the “Noticias” link (which means “News”) this is a blog but the heigh of the items is different. I would like to fix the same height for all of them.
Regards
Hi,
The link provided above is not working for me. Can you please check it for me?
Best regards,
Jordan Shannon
Sorry about that!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home .slide-entry .slide-image {
height:160px;
min-height:160px;
}
Best regards,
Rikard
Hi Rikard
Thanks for your help. Please, check it out again… now all the images are the same heigh but the global height of the entries are different.
Thanks again
Hi,
Thanks for the update. Add this css code and adjust the value accordingly.
.slide-entry-title.entry-title {
min-height: 122px;
}
Best regards,
Ismael
Great! Thanks Ismael it works fine now!!
Regards