Hello,
I use The World News II template and I have a problem (see the screen).
How to solve this?
Thanks.
<?php echo str_replace('</ul>', '<li class="counter">'.$this->pagination->getPagesCounter().'</li>', $this->pagination->getPagesLinks()); ?>
<div class="li-pagination"><?php echo str_replace('</ul>', '<li class="counter">'.$this->pagination->getPagesCounter().'</li>', $this->pagination->getPagesLinks()); ?></div>
.li-pagination ul {
text-align: center;
}
.li-pagination li {
display: inline;
margin: 0 10px;
}