Archived topic
Pagination
3 replies · Started by Sergei on February 9, 2018
Viewing posts 1–4 of 4
Hi there,
Try this CSS:
a.page-numbers, .page-numbers.current {
border: 1px solid #000;
padding: 0 5px;
}
.page-numbers.current {
background-color: #efefef;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
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.