Make WordPress Core

Ticket #57433: 57433.patch

File 57433.patch, 486 bytes (added by patelhitesh, 2 years ago)

Coding files for pagination issue

  • wp-content/themes/twentytwentyone/style.css

     
    59095909.is-IE .post-thumbnail .wp-post-image {
    59105910        min-width: auto;
    59115911}
     5912
     5913
     5914@media only screen and (max-width: 768px) {
     5915    .pagination .page-numbers, .comments-pagination .page-numbers {
     5916        display: block;
     5917    }
     5918}