- Posts: 4
- Thank you received: 0
Article Pagination Not Displayed Correctly
-
Oldies
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago #8034
by Oldies
Article Pagination Not Displayed Correctly was created by Oldies
When I use pagination for a long article, the pagination result (supposed to be displayed inline) is displayed as a traditional unordered list. I am using Joomla 1.6.0. Does this affect the outcome? Your advice is much appreciated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8044
by ivan.milic
Replied by ivan.milic on topic Re: Article Pagination Not Displayed Correctly
No
Please Log in to join the conversation.
-
Oldies
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 7 months ago #8048
by Oldies
Replied by Oldies on topic Re: Article Pagination Not Displayed Correctly
Thanks for the reply but any chance that I can fix this?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
13 years 7 months ago #8053
by milos
Replied by milos on topic Re: Article Pagination Not Displayed Correctly
Please give us URL of your site where that happens.
Please Log in to join the conversation.
-
Oldies
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 7 months ago #8054
by Oldies
Replied by Oldies on topic Re: Article Pagination Not Displayed Correctly
You can look at the featured article on the home page at
newsite.finnagans.com/
. This is the downloaded demo site.
Thanks
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8060
by ivan.milic
Replied by ivan.milic on topic Re: Article Pagination Not Displayed Correctly
Hi,
add this at the end of template_css.css
.pagination ul li
{
float: left;
list-style: none;
}
add this at the end of template_css.css
.pagination ul li
{
float: left;
list-style: none;
}
Please Log in to join the conversation.
Time to create page: 0.090 seconds