Edulif SPB 4,08 - Question | JoomShaper

Edulif SPB 4,08

jean luc trevilly

jean luc trevilly

Template 1 year ago

I use the edulif template, in the homepage the four blog posts are aligned one after the other in the phone mode, it works well under SPBuilder 4.07 but in version 4.08 they appear on the same line, how to modify this presentation?

![](https://imgbox.com/gallery/edit/A3a4ANXLWD/78W2jztKEvaZpBig )

![](https://imgbox.com/gallery/edit/4ZRBDrTwew/wjWjRUOAyXcLxCjT )

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #108670

Hi there!

Sorry for the inconvenience.

Is this presentation made with Articles addon? Can I have your site URL to check it?

Best Regards

0
jean luc trevilly
jean luc trevilly
Accepted Answer
1 year ago #108682

The solution : Custom css :

@media screen and (max-width: 580px) {
.sppb-col-6, .sppb-col-3, .sppb-col-4, .sppb-col-8, .sppb-col-10 {
  -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.sppb-addon-articles .sppb-addon-article {padding: 0px 10px;}
}

I use the edulif model with quickstart, the solution was in the forum but I hope that the next update will remove this code

0