[wp-trac] [WordPress Trac] #56202: Error when displaying the columns on the phone with theme wp 2021
WordPress Trac
noreply at wordpress.org
Tue Jul 12 11:42:02 UTC 2022
#56202: Error when displaying the columns on the phone with theme wp 2021
----------------------------+-----------------------------
Reporter: josefigueroa92 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.0
Severity: major | Keywords: needs-patch
Focuses: css |
----------------------------+-----------------------------
Hi,
I Have found a problem in my websites. I have been using the basic twenty
twenty-one theme, it is up to date as well as the wp version and all my
plugins.
The columns dont seem to be vizualized properly in phones, even when I
tick the box (stack on phones)
I have fix it for my self doing a ccs personalization with this, but stil
seem to me correct to fix the problem, no to have to use extra css.
.wp-block-columns {
display: flex;
margin-bottom: 1.75em;
box-sizing: border-box;
flex-wrap: wrap!important;
align-items: normal!important;
}
Unfortunately I dont know coding but maybe some oen from the colaborator
could check this.
Ill leave some pictures so you know what I mean:
[[Image(https://freeimage.host/i/w1EQp9)]]
[[Image(https://freeimage.host/i/w1EtIe)]]
[[Image(https://freeimage.host/i/w1EbLb)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56202>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list