Site logo

Archived topic

Pagination

3 replies · Started by Sergei on February 9, 2018

Viewing posts 1–4 of 4

Hey. How can i make default generatepress pagination style like this. I have now like this

Leo everything is good on Chrome browser. Cheked it with iphone and firefox and got something like this.

Making the links inline-block should fix that:

a.page-numbers {
    display: inline-block;
}
This archived topic is closed to new replies.