this might simply be a css/formatting issue, in which case nobody will be able to really help you without seeing your site live;
link to your site?
these changes in style.css seem to work:
.wp-pagenavi a {
text-decoration: none;
float:left;
padding: 3px 5px;
margin: 2px;
border:solid 0px #f5f5f5!important;
color:#626553!important;
}
and
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border:solid 0px #f5f5f5!important; font-weight:bold!important;
padding: 3px 5px;
float:left;
margin: 2px;
}
Thread Starter
Bhiroe
(@bhiroe)
thank you very much, Mr. alchymyth. I’ve got what I wanted.