[wp-trac] [WordPress Trac] #48718: Twenty Twenty: Block Left/Right Align Display Issues

WordPress Trac noreply at wordpress.org
Wed May 6 11:32:02 UTC 2020


#48718: Twenty Twenty: Block Left/Right Align Display Issues
-----------------------------------------+-----------------------------
 Reporter:  JarretC                      |       Owner:  nielslange
     Type:  defect (bug)                 |      Status:  assigned
 Priority:  normal                       |   Milestone:  Future Release
Component:  Bundled Theme                |     Version:  5.3
 Severity:  normal                       |  Resolution:
 Keywords:  needs-patch has-screenshots  |     Focuses:
-----------------------------------------+-----------------------------

Comment (by samful):

 I've just been trying to get this to work too and you are right, in short
 of not absolutely positioning, it seems that the only way to fix this
 issue is the give a parent div a relative position and a height. Setting a
 height for this div seems quite challenging though as we don't know how
 high the page needs to be...

 for example putting this in the Custom CSS/ Additional CSS in the
 customizer corrects to issue, however if the page ever needs to be less
 that 500px high (or whatever's set in this css) it will cause issues.

 I believe there is no way to fix this issue aside from setting a fixed
 min-height or using javascript.

 Custom CSS/ Additional CSS :
 {{{
 .entry-content{
         position: relative;
         min-height: 500px;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48718#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list