Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54624, comment 10


Ignore:
Timestamp:
09/14/2022 01:38:34 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54624, comment 10

    initial v1  
    11Thanks for the feedback @audrasjb! Can you take a look at [https://core.trac.wordpress.org/attachment/ticket/54624/54624.2.diff 54624.2.diff] and see if you think this works better?
     2
     3FYI: Including the notices directly in the header `div` means changing more of the CSS due to `text-align: center` on the header and `display: inline-grid` on the nav element. Simply wrapping the notices in the container seemed the cleaner option.