[wp-trac] [WordPress Trac] #59312: Twenty Twenty-Three theme: Full-width columns have excess padding in-between columns
WordPress Trac
noreply at wordpress.org
Thu Sep 7 16:39:43 UTC 2023
#59312: Twenty Twenty-Three theme: Full-width columns have excess padding in-
between columns
--------------------------+------------------------------
Reporter: ddegner | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 6.3.1
Severity: major | Resolution:
Keywords: needs-patch | Focuses: ui, css
--------------------------+------------------------------
Comment (by ddegner):
My patch was wrong, here is the update that can be dropped into additional
CSS to fix it:
{{{
.wp-block-column:not(:last-child){
padding-right: 0 !important;}
.wp-block-column:not(:first-child){
padding-left: 0 !important;
}
.wp-block-column:not(:last-child):not(:first-child) {
padding-right: 0 !important;
padding-left: 0 !important;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59312#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list