Same Height Blog Grid Articles For Educon II - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Same Height Blog Grid Articles For Educon II

U

Ubuntu

Template 7 months ago

Hello Am seeking for help and support to have blog articles to have the same height educon II template.Link below https://citsug.org/educon/index.php/news-stories/blogs/blogs-by-operations-and-programme-support

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188927

Use that Custom CSS (copy all lines)

@media screen and (min-width:  1440px) {
.view-category #sp-main-body .article-list .article 
{min-height: 520px; margin-bottom: 30px; }
    }

@media screen and (min-width:  1280px) {
.view-category #sp-main-body .article-list .article 
{min-height: 580px; margin-bottom: 30px; }
    }

Inside custom.css file, it will help for most laptops & desktops.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188926

Hi,

As you probably noticed so far, all your blog items have different lengths of article titles - which destroys the default grid structure. Only by using extra Custom CSS you can correct that. Because I don't think you want to shorten or lengthen post titles, am right?

But I strongly recommend adding two-three extra words to post title "Resuscitating Stories" at least that small change. Then....

0
U
Ubuntu
Accepted Answer
7 months ago #188928

Thank you paul..am seekingsupport for that extra custom css to achieve same height regardless the content.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188929

If above CSS will not help, consider adding background color not for .article class as you did orginally, but for column class in grid.

.article-list .col-lg-4 { ...}

But this CSS customization is on your hands. It request adding bottom-margin, paddings inside, etc..

0
U
Ubuntu
Accepted Answer
7 months ago #188950

Appreciate the support Thank you paul

0