-
AuthorPosts
-
April 26, 2011 at 3:26 pm #163246
There is something that is causing the pagination to appear vertically instead of horizontally. Right now, I am pulling content from the Article manager – not K2.
The link is test.datacenterjournal.com
Here is the pagination css in the template css
* Pagination ---*/
ul.pagination {
margin: 15px 0;
float: left;
width: 75%;
}ul.pagination li {
background: none;
display: inline;
margin: 0;
padding: 0;
overflow: hidden;
}ul.pagination li span {
padding: 1px 3px;
}ul.pagination a {
padding: 1px 5px;
border: 1px solid #ddd;
background: #f7f7f7;
color: #000;
}ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
border: 1px solid #145077;
text-decoration: none;
background: #145077;
color: #fff;
}
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 26, 2011 at 6:06 pm #388389Add this code to this file http://test.datacenterjournal.com/templates/ja_teline_iv/css/template.css
.pagination li{
float:left;
}Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
April 26, 2011 at 6:13 pm #388390AWESOME! That worked! Thanks!!!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by lucyee_h 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Vertical Pagination
Viewing 3 posts - 1 through 3 (of 3 total)