CRAFT THEME - Create Image Gallery Section (3 Images Per Row)

Hello! I’m using the Craft theme and I’d like to create an IMAGE GALLERY with the option to hyperlink each image to open in a new tab. I want 3 images per row on desktop AND mobile.

This is what I’m looking for visually:

Although I can’t write the code, I am adept at adding it with good instructions. Please help!! Thank you :slightly_smiling_face:

Hi @ariel03 ,

I made a video showing how to solve your problem. Please follow my video tutorial and make sure to follow the steps I instruct.

<a href="{{ block.settings.link }}">
....
</a>

.multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 100%;
    height: 100%;
}

Hope it helps @ariel03