test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lucyee_h Friend
    #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;
    }


    1. Picture-12
    chavan Friend
    #388389

    Add 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

    lucyee_h Friend
    #388390

    AWESOME! That worked! Thanks!!!

Viewing 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