RELATED ARTICLES

GK User
Mon Oct 10, 2016 8:55 am
Hi, team!
Related articles module contains 4 articles in 1 line. What should I do to place 2 lines per 3 articles?

Example: http://prntscr.com/crz0xq
User avatar
Junior Boarder

Joshua M
Tue Oct 11, 2016 8:55 am
Hi,
Please add the following custom css code:
Code: Select all
.entry-related li, .item-subheader.latest li {
width: 33%;
}

and change the following line (line 104) from Technews/content-footer.php file:
Code: Select all
'posts_per_page' => 4,

into:
Code: Select all
'posts_per_page' => 6,
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.