Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You need to add a CSS rule to change the display mode of the pagination links. Add this to the “custom CSS” setting in the plugin:

    .pdb-list .pagination li, .pdb-pagination li {
        display: inline-block;
    }
    Thread Starter ravkumarc

    (@ravkumarc)

    I like this, thanks it works.

    This works for me as well, but if I choose another page, it puts me at the very bottom of the page, not at the top. Is this a CSS thing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List Page is not displaying Page no in vertical’ is closed to new replies.