I had a 4-column grid on my site. Since the latest update, it is only appearing as 3 columns. The fourth column has grid-column set to 1:
.wp-block-toolset-blocks-grid.tb-grid[data-toolset-blocks-grid="cca0a1363f8a68f7a32a011a4ddaf037"] > .tb-grid-column:nth-of-type(3n+1) {
grid-column: 1;
}
I've tried creating a new post, inserting a 4-column grid, putting a paragraph block inside each column, and again it is coming out as 3 columns.
I have an example page to show but I'd rather not list it publicly.
Hi,
Thank you for bringing this forward and I was able to reproduce this on my test website too.
If a Grid block is set to show 4 columns in a row, it shows them 3 in a row on the front-end.
I've reported this to the concerned team and will keep you updated through this ticket.
regards,
Waqar
Thanks, the patch fixed the issue on my site.
By the way, I am unable to click any of the radio buttons under "How your issue was resolved?" below this message.