Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kokosz_mk Friend
    #160209

    Hi.

    IE 8 moves last button to the next row.
    Here is the link.

    Thanks for help.

    Saguaros Moderator
    #376747

    You open the file: templates/ja_teline_iii/css/template.css and find the following code:

    ul.pagination {
    margin: 15px 0;
    float: left;
    width: 75%;
    }

    replace by:

    ul.pagination {
    margin: 15px 0;
    float: left;
    width: 85%;
    }

    2) find:

    .counter {
    margin: 15px 0 !important;
    float: right;
    text-align: right;
    width: 24%;
    line-height: 1;
    }

    replace;

    .counter {
    margin: 15px 0 !important;
    float: right;
    text-align: right;
    width: 14.9%;
    line-height: 1;
    }

    gray Friend
    #376751

    I checked with my IE 8.0.6001 and it’s OK.
    I think in case there are to many buttons (pages) the pagination will be rendered in 2 rows as there is not enough room, simple as that.
    As an option, NEXT, PREV. could be replaced with >, < signs; LAST, FIRST with >>, << signs.

    kokosz_mk Friend
    #376844

    Thanks for help.
    Problem was wiht IE8 options.
    I set default and clear cache and now it’s ok.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  kokosz_mk 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum