Viewing 1 replies (of 1 total)
  • You need to add display: inline to your theme CSS, something like this…

    .pagination ul li {
    text-align: right;
    display: inline;
    padding: 0 6px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    }

    Hope this helps,
    Em

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination Problems’ is closed to new replies.