Multi column clickability help

Hi

so I want to edit my multi column section so that the image is clickable but every time I try, it changes the entire layout. I want to be able to maintain the options for 2 columns. Pls help

this is the page: https://rubeensalem.com/pages/art

1 Like

So only some of the pages are purchasable products, some are just to share artwork. So not everything is a product, rather an archive or a gallery page. I see that some websites have it and many people have had this problem and found a solution, but my solutions not working for example this page: https://udderlynuts.com

Hi @Rubeen ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.multicolumn-card__info .link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}

Does this make the image clickable

Hi @Rubeen ,

Sure, have you tried it?

You’re the best

Hi @Rubeen ,

You’re welcome and happy to help :blush: