- Posts: 3
- Thank you received: 0
Article pagination
-
montan
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7248
by montan
Article pagination was created by montan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago - 13 years 8 months 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: 13 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.161 seconds