A Bug From Previous Versions was Not Fixed In The Latest Version Of The Articles Component - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

A Bug From Previous Versions was Not Fixed In The Latest Version Of The Articles Component

Vlad

Vlad

SP Page Builder 1 year ago

Hello dear Developers. I have already written to support several times and pointed out a problem with the Articles component. Incorrect display. Adaptation does not work in the Articles component in the mobile version. Site: https://psy.sspu.edu.ua VideoScreen: https://95.sspu.edu.ua/2023-12-18-13-43-20.mp4 Thank you!

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #142027

If you cannot wait any longer, please use below Custom CSS:

@media screen and (max-width: 767px) {
.sppb-addon-articles   .sppb-col-xs-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; max-width: 100%;}
}

it will fix it for Mobile view :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #142026

Hi Vlad,

We don't have Articles component(!), you probably talk about Article addon. yes, huge difference!


It will be fixed in upcoming SPPB update, but you have to set 2 or 1 column for Mobile view in Addon settings before/after update.

info_2005_2023.gif

0
Vlad
Vlad
Accepted Answer
1 year ago #142030

I'm using latest version SP PageBuilder 5.2.3. My settings look different. But for the mobile version I choose 1 column. It doesn't work. https://prnt.sc/VSi_VBbKHpV7 and https://prnt.sc/TJ_OqJpjhHEq

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #142032

I told you that it will be fixed in upcoming version, 5.2.4 (!)

0
Vlad
Vlad
Accepted Answer
1 year ago #142036

Thank you! Amazing your code!

0