Make WordPress Core

Ticket #57560: 57560.patch

File 57560.patch, 914 bytes (added by patelhitesh, 21 months ago)

Solution for margin and padding issue in comments section

  • 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}
  • wp-content/themes/twentytwentytwo/style.css

     
    146146        padding-left: var(--wp--custom--spacing--outer);
    147147}
    148148
     149.wp-block-post-comments .commentlist li.comment {
     150        margin-bottom: 20px;
     151}
     152 No newline at end of file