(Precursor: I’m an experience web dev, fluent in liquid and legacy template design)
Our current product theme has product images on the left (desktop) and product information on right. We achieve this using CSS grids. This requires the entire page to be wrapped in a div (which can be done in JSON templates with the ‘wrapper’ property). However I can’t figure out a way to wrap the customisable sections. This is what we have now:
With JSON templates, those sections disappear as they’re defined in the JSON. But how on Earth do I get to this same layout?
TLDR: need to wrap various sections in containers, no obvious way to do this with JSON templates




