• Resolved Nyx1961

    (@nyx1961)


    I would like to change the pagination block’s height to 25px. I can’t find anything pertaining to the height in the plugin’s CSS. Is there something I can add to my theme’s CSS to change this? Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Nyx1961

    (@nyx1961)

    I finally resolved this. In case anyone else wants to know how, I added:

    div.pgntn-page-pagination {
    height: 25px !important;
    }

    where the pixel height is whatever you need it to be.

Viewing 1 replies (of 1 total)
  • The topic ‘pagination block height’ is closed to new replies.