Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #764247

    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

    • This topic was modified 7 years, 8 months ago by MattDalli.
    #764583

    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

    #764595

    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.

    #765296

    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

    #765329

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘To Have Same Size Blog Element *URGENT*’ is closed to new replies.