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,