[wp-trac] [WordPress Trac] #54076: Twenty Twenty: image not centered
    WordPress Trac 
    noreply at wordpress.org
       
    Thu Sep 23 16:30:37 UTC 2021
    
    
  
#54076: Twenty Twenty: image not centered
----------------------------------------+----------------------------
 Reporter:  damienaa                    |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  5.9
Component:  Bundled Theme               |     Version:  5.8
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  css, template
----------------------------------------+----------------------------
Comment (by muhammadfaizanhaidar):
 @sabernhardt I would love to contribute to this ticket.
 I would have to replace following css
 .wp-block-image.is-resized {
         margin-right: auto;
         margin-left: auto;
 }
 in wp-content/themes/twentytwenty/style.css:1252
 & in wp-content/themes/twentytwenty/style-rtl.css:1245
 With
 body .wp-block-image,
 .wp-block-image.is-resized {
         margin-left: auto;
         margin-right: auto;
 }
 Thanks for help.
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54076#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list