@webwondersco Got it
but I can’t give you password sorry.
What infos from front-end do you need?
A user working with Shopify’s Spark theme needs to make images clickable in the “text columns with images” section. They shared their section code (text-columns-with-images.liquid) seeking guidance.
Initial Challenge:
Troubleshooting Process:
Solution Provided:
The helper (@webwondersco) recommended:
theme.css:
.text-columns-with-images__item-inner to position: relative:before) on heading links with absolute positioning, 180px dimensions, and full coverage (inset: 0) to make the entire image area clickableOutcome:
The user confirmed the solution worked successfully. The issue was resolved through CSS modifications rather than Liquid template changes.