Pagebuilder Articles Addon With The Same Height - Question | JoomShaper

Pagebuilder Articles Addon With The Same Height

AW

Anders Wiik

SP Page Builder 3 years ago

Hello.

I am using the articles addon and present three news articles on my landing page. I am trying to get all three articles to have the same height so it looks nicer. I think this is possible to change with css but am not an expert. Any suggestions on how to do it?

/Anders

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1851

Hi, I will check and add extra custom CSS. But in general try to upload images with this same width & height each time.

AND please do NOT use so simple login to admin area !

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #1852

I used this:

@media (min-width: 640px) {
.sppb-addon-article {min-height: 540px; padding: 7% !important;}
.sppb-article-img-wrap {display: block;min-height: 200px;}
}

and seems to be much better now.

0