Making multi-column images clickable in a Shopify store using the Trade theme. The author has tried several code changes; desktop behavior sometimes works, but mobile functionality remains problematic.
Context: “Multi-column images” refers to images arranged in columns that should link (be clickable). The store runs on the Trade theme.
Request: A clean, reliable solution that ensures the multi-column images are clickable on mobile devices.
Current status: No fix provided yet; the thread is an open request for help. No disagreements, attachments, or code samples were shared. Resolution pending and key question remains how to implement a mobile-safe, clickable setup.
Summarized with AI on December 28.
AI used: gpt-5.
I need some help making multi-column images clickable on my Shopify store. I’ve tried several code changes, and while it sometimes works on desktop, I keep running into issues on the mobile version.
I’m currently using the Trade theme.
If anyone has faced the same issue or has a clean solution that works properly on mobile, I’d really appreciate your help.
Hi @Yass4282 I’m @PaulNewton shopify-partner with a range of merchant solutions.
That’s doable in the trade theme , you can reach out to me for paid customization services.
To connect CLICK my profile-pic or visit my profile on the forums ALWAYS include context in new communications, e.g. reference urls, posts urls, etc
I personally shared a number of solutions for “Multicolumn” sections.
Note that all Dawn family themes share the same theme code and, therefore all solutions are applicable to all of them.
Unfortunately, as mentioned in the second link, Shopify no longer accepts content: CSS property in “Custom CSS” settings, so you will need to use “Custom liquid” section/block instead and slightly modify suggested CSS code:
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Go to “Edit theme”.
Add a “Custom liquid” section right below your multicolumn section.
Paste code from the posts I referred to, wrapped with <style> and </style> as mentioned above.