Hey guys. I’ve been trying to get the pagination numbers on my blog pages to look consistent with the spacing in between them and trying to get them to center under the blog posts on my site. The custom CSS I’ve entered in the Customizer works and looks exactly how I want it to on the blog index page but for some reason it displays completely differently on the second page of my blog entries. Not sure if it’s because I removed the page arrows or what. Can you point me in the right direction here? My CSS is below and I’ve uploaded a couple of screen shots of what I’m talking about. Secure note with login info will follow. I appreciate any help you can give me.
.x-pagination a {
justify-content: center !important; margin: 0px 0px 0px -20px !important; color: rgba(255, 255, 255, .5);
background: transparent; box-shadow: none; text-shadow: none; font-family: 'osp-din', sans-serif;
font-size: 22px !important;
}
.x-pagination a:hover {
color: #ffffff;
}
div.x-pagination .current {
background: transparent; box-shadow: none; text-shadow: none; font-family: 'osp-din', sans-serif;
font-size: 22px !important; color: #ffffff;
}
a.prev-next.hidden-phone {
display: none;
}