Hey guys,
Is it possible that the blogs in the blog element, grid version, remain about the same size even though some might have longer titles? As I have a bit of an issue that some of them aren’t the same level as the others and it looks a bit messy.
Link in the Private Content.
Matt
Hey Matthew,
I don’t think there is a way around that if your content is different unfortunately. I might not fully understand what you are looking to achieve though, so if you want to explain a bit further or post a screenshot of what you are looking to achieve then it might help us understand better.
Best regards,
Rikard
Hey Rikard,
I’ve attached a screenshot in the private date for your reference. As you can see the blog on the left has a short title while the one on the right has a longer title and I need everything to be ‘top aligned’ irrelevant of their lengths. I’m trying to have the images all the same size so there won’t be any further alignment issue.
Hi MattDalli,
Adding this css might make it look a bit cleaner, the alignment will break if your titles are longer than 2 lines.
article.av_one_half h3.slide-entry-title.entry-title {
line-height: 30px;
min-height: 70px;
}
Best regards,
Victoria
Hi Victoria,
Thanks a lot for the code, it came really neat (it’s on the live site now not on the testing site)
Appreciate and Regards.