If pagination on your Joomla website appears vertical instead of horizontal you need to add following code to your template CSS file:
.pagination ul li
{
display: inline;
padding: 0px 5px 0px 5px;
}
If pagination on your Joomla website appears vertical instead of horizontal you need to add following code to your template CSS file:
.pagination ul li
{
display: inline;
padding: 0px 5px 0px 5px;
}
Leave a Reply