Craft Theme - Collage / Collection - Resize of ADDITIONAL Collage / Collection Group

Topic summary

Craft Theme “Collage / Collections” image sizing: initial CSS tweak successfully made two images equal size in one section. The user wants to add more sections below with three equal-sized images per row and multiple rows.

Current issue: newly added Collections inherit the original asymmetric layout (two small images and one large), instead of a 3-equal layout. The desired outcome is a consistent 3-column grid across additional rows and sections.

Technical context: CSS-based overrides are being used; the Collage/Collections module appears to apply a default template that affects subsequent sections. A per-section CSS or layout option (e.g., a 3-column grid without asymmetric sizing) is needed to avoid inheritance.

Status: No resolution yet; seeking guidance. No code or images provided; request is conceptual.

Summarized with AI on January 21. AI used: gpt-5.

Craft Theme - Collage / Collections Section

I was able to insert code that I found in this group to modify the image size in the Collage / Collections section so that the images (2) are of equal size. It works great!

I want to add additional Collage / Collection sections beneath this one, with the format of 3 equal sized images on the same row. I’m able insert the Collections, however they take on the sizing of the original Collections (2 small and 1 large). Would like to be able to add more than 1 row. Thank you!