Error - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Error

GZ

German Zador

SP Page Builder 2 years ago

Good afternoon. There is such a problem - please help. When using Addon Articles for the mobile version I set the number of Columns to 1, instead of 3 for Laptop. On a mobile phone the content from the block is still shown in 3 columns

http://edf.arg-vision.ru/1.png

http://edf.arg-vision.ru/2.png

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #138893

Hi,

  1. Can you change that same setting using back-end editor?
  2. In case of - use following Custom CSS:
@media screen and (max-width: 680px) {
.sppb-addon-articles .sppb-col-xs-4 {flex: auto; max-width: 100%;}
}
1
GZ
German Zador
Accepted Answer
2 years ago #138894

That helped, thank you very much.

0