Skip to main content

grid column bug

I'm still new to krafter pro but ran across something I can't resolve that I think is a bug. Using Claude and Krafter pro to get myself comfortable with the new way of designing in Divi 5. This is what Claude said: Site: pp0wop76aq.onrocket.site

  • The bug: base .et_grid_row/.et_grid_column display: grid rule missing from generated critical CSS, even after a cache clear/regeneration
  • What still works there: the preset-specific grid rules (column-count, gaps) are correctly generated and attached — it's specifically the shared base rule that's absent
  • found a manual CSS workaround (adding the display: grid rule) that confirms this is the root cause, and that you've applied that workaround on a separate site to keep working in the meantime
  • columns inside grid rows also carry leftover et_flex_column_X_24 width classes from the flex system, which fight the grid's stretch behavior" is a second, related root cause on top of the missing base rule