Skip Navigation

[Resolved] 4 column grid is only 3 columns

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by Waqar 1 year ago.

Assisted by: Waqar.

Author
Posts
#2662281

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.

#2662409

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

#2662605

I'd like to update that we've published an erratum with a fix patch that you can use:
https://toolset.com/errata/4-column-grid-displaying-as-3-columns-after-wordpress-6-4-update/

#2662673

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.