Articles Addon Isn't Responsive - Question | JoomShaper

Articles Addon Isn't Responsive

PB

Petr Benes

SP Page Builder 1 year ago

Hi, the Articles addon is not responsive. The columns do not stack on mobile.

https://prnt.sc/6XG2Vz8h7Rjb

This it unuseful. I think it was OK in previous versins...

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109454

Ahoj,

it will be fixed in next update 4.09.

Temporray solution (fix) is:

.sppb-addon-articles .sppb-col-4 {
  padding: 0 10px;}

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

Use it inside Template Options > Custom Code > Custom CSS

0
R
Rakesh
Accepted Answer
1 year ago #110805

I also really need a working solution for this!

The Options: Limit and Columns need to be screen size dependent !

Plz fix asap!

0