Dawn Theme - Making "Collage" images linkable

Hi guys,

I’ve done a bit of coding myself, however I’m having an issue getting my “Collage” images linkable to other areas of my website.

When I ad the href html tag, the images of the collage zoom in. I read somewhere its because the close tag is before the and I believe it has to be after? I’m not sure how to stop this happening? Can anyone offer help on how I can move the tag before or after the ?

Here’s a link to my page. It’s the top 3 images I want to have linked without zooming in. As soon as the goes after the image it zooms.

Any help? Thanks so much!

@Smedly

Add this code at the bottom of Theme > Edit code > assets> base.css file

.media > a {
    z-index: 1;
}

Try it and let me know

1 Like

I have absolutely no idea how that worked or why but thank you very much!