- Posts: 3
- Thank you received: 0
Article pagination
15 years 3 days ago #7248
by montan
Article pagination was created by montan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
15 years 2 days ago - 15 years 2 days ago #7260
by ivan.milic
Replied by ivan.milic on topic Re: Article pagination
Yes , you have to give to items of that list float property with value of left or right, use chrome browser or firebug to find out css class of that list (ul). Then add this for that class in css:
.<that class, you are finding out> li{
float:left;
}
.<that class, you are finding out> li{
float:left;
}
Last edit: 15 years 2 days ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.189 seconds