Articles In Row Not Working - Question | JoomShaper

Articles In Row Not Working

T

TomaszW

SP Page Builder 1 year ago

Hello. It is not possible to show 3 articles in colums on my main page. I have shaper_oneclip 3.0.0 and SP Page Builder 4.0.8. Plz help.

0
6 Answers
T
TomaszW
Accepted Answer
1 year ago #109522

Any help?

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

Czesc Tomasz,

Sorry for the delay, indeed it's small bug in last update, easy to fix. I shared CSS fix on forum at least 4x time in last week. I will put on your site as well, 90-sec


I thought that we will publish SPPB 4.0.9 sooner - but :/ you know like in Alternatywy 4

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

Fixed.

@media screen and (min-width: 680px) {
.sppb-addon-articles .sppb-col-sm-3 {width: 33.3%;}
  .sppb-addon-articles .sppb-col-sm-4 {width: 25%;}
    .sppb-addon-articles .sppb-col-sm-6 {width: 50%;}
}

please refresh/reload site 2x to see changes.

It will be fixed in next update, but you can keep my change.

0
T
TomaszW
Accepted Answer
1 year ago #109546

Is' ok now. Thank You :)

0
MV
Martijn Vosbergen
Accepted Answer
1 year ago #109589

Hi Paul,

Thanks. I had the same problem. But there is an error in your custom css code: It should be 25% for sm-3 en 33% for sm-4.

Best, Martijn

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

@Martijn you have right - a small update was needed, orginally I used 33% not 33.3%.

3 columns = 100% right, so 33.3%+33.3%+33.3% = 99.9% (almost 100%).     

If I would use 25% for 3 column grid, I would have  25+25+25=75% of width, not 100%.

And @Tomasz on his website has 3 equal columns since my 2nd post (3h ago).

0