Related Articles Problem - Question | JoomShaper

Related Articles Problem

senolsengul

senolsengul

Template 10 months ago

hello,

When we activate the related articles feature, it does not appear properly

https://prnt.sc/ubRyprFmGbbq

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178333

Hi,

If you want to improve the colors & font-size, you need to use custom CSS.

For example

.article-details .article-info > span {
  color: black; font-size: 13px;
}

To reduce blocks height , use that

.article-list .article {
  margin-bottom: 20px;
  padding: 20px 20px 25px;
  height: auto;
  min-height: 330px;
}

if you know the class names, you can do anything else, right.


Next time please write more details... so I don't have to guess. Mock-up maybe

1
senolsengul
senolsengul
Accepted Answer
10 months ago #178420

Hello,

Thank you very much for your help.

0