Multi column clickability help

Solved

Multi column clickability help

Rubeen
Tourist
5 0 1

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

Accepted Solution (1)

namphan
Shopify Partner
2258 295 331

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 6 (6)
Rubeen
Tourist
5 0 1

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

namphan
Shopify Partner
2258 295 331

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Rubeen
Tourist
5 0 1

Does this make the image clickable

namphan
Shopify Partner
2258 295 331

Hi @Rubeen,

Sure, have you tried it?

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
Rubeen
Tourist
5 0 1

You’re the best

namphan
Shopify Partner
2258 295 331

Hi @Rubeen,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com