[wp-meta] [Making WordPress.org] #6743: Design break issue in the Five for the Future page
Making WordPress.org
noreply at wordpress.org
Wed Feb 8 10:02:00 UTC 2023
#6743: Design break issue in the Five for the Future page
-------------------------------------------------+-------------------------
Reporter: patelhitesh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: needs-patch has-screenshots needs- |
design-feedback |
-------------------------------------------------+-------------------------
Comment (by patelhitesh):
To overcome the design break issue in Five for the Future page, please
find the below CSS:
.wp-block-columns {
align-items: normal!important;
box-sizing: border-box;
display: flex;
width: 500px;
flex-wrap: wrap!important;
margin-bottom: 1.75em;
}
@media screen and (min-width: 768px)
.is-style-wporg-parallelogram .wp-block-column:first-child {
position: relative;
top: 60px;
left: 175px;
z-index: 2;
padding-right: 60px;
}
@media screen and (min-width: 768px)
.is-style-wporg-parallelogram .wp-block-column:last-child {
position: relative;
z-index: 1;
right: -35px;
padding-left: 60px;
}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6743#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list