Home › Forums › Theme support › page numbers for Testimonial not showing correctly on iPhone › Reply To: page numbers for Testimonial not showing correctly on iPhone
Ok, I think I saw the problem. Can you please add this CSS code at the end of your style.css file, or in the theme options (WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content”:
.pagination a.page-numbers, .pagination span.page-numbers, .page-pagination span, #filters a {
display:inline-block;
margin-bottom:4px;
}
This should solve the problem.