Articles Addon Isn't Responsive - Question | JoomShaper

Articles Addon Isn't Responsive

PB

Petr Benes

SP Page Builder 4 days 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
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago

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