pagination vertical not horizontal

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 5 months ago #45614 by hkeyzer
Hi,

On this page of our site:
www.joomla-support.co.nz/index.php/immigration-news

Which is a category list of articles the pagination is laid out vertically as opposed to horizontal.

How do we make it horizontal layout?

There does seem to be quite a bit of pagination styling in joomla.css file.

Thanks

Please Log in to join the conversation.

More
9 years 5 months ago #45615 by ivan.milic
Hello,

I saw in your template_css.css that you already have code for that but it is located in some other block. So take

ul.mostread{
margin: 15px 45px 15px 45px;
}

ul.mostread li{
display: list-item;
}

.pagination ul li
{
display: inline;
padding: 0px 5px 0px 5px;
}

from bottom of template_css.css and pop out it of that block. Take exactly like I wrote (don't take last bracket because it closing parent block and put code after it).
The following user(s) said Thank You: hkeyzer

Please Log in to join the conversation.

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 5 months ago #45619 by hkeyzer
Hi,

I moved that specific code to a new block and that fixed it.


Thanks again.

Please Log in to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum