Articles Addon Removed Gap Between Articles On Its Own - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Articles Addon Removed Gap Between Articles On Its Own

A

A Vogiatzis Brainfood Publishing

Template 2 years ago

Hello team

We design a recipe website.

Suddenly without updates or something the space between the articles disapeared.

https://prnt.sc/0AsMKIsnX8Gz

Why this is happening?

We can't find some setting

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

Suddenly the articles in the mobile view shows like 2 articles in one page.

Fixed. I used also that:

@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;}
}

Yes, it should be fixed in next update.

Now is OK info_636_2023.jpg

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #108198

Hi,

Can you share link to that page? It will be faster.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #108200

Quick fix to add left & right space - custom CSS:

.sppb-addon-articles .sppb-addon-article {
  padding: 0px 5px; }
  1. Yes, of course you can change value from 5px to 10px.
  2. I will inform developer to take a look, and fix it in next urgent 4.09 update.
  3. Sorry for the inconvenience with this update.
0
A
A Vogiatzis Brainfood Publishing
Accepted Answer
2 years ago #108201

Thank you Paul for the quick fix but we see that it doesn't apply on the responsive also.

Suddenly the articles in the mobile view shows like 2 articles in one page.

Provide you some admin credentials to check if that helps you.

Thank you in advance

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #108202

My CSS was quick, but I saw it helped on subpage /sundages

it added only space as you could see...

Yes, checking others...

0
A
A Vogiatzis Brainfood Publishing
Accepted Answer
2 years ago #108210

Thank you very much for your help Paul

0