Home › Forums › Pro Support › wp show posts pagination style › Reply To: wp show posts pagination style
May 18, 2017 at 12:07 am
#2043
Keymaster
There shouldn’t be that many numbers in between. Can you try deactivating other plugins to see if it fixes it?
This will fix the overlap for now:
.page-numbers {
margin: 2px 0;
display: inline-block;
}