Hi Coders,
I’m trying to adjust the width of a ‘text and image’ section that is currently 2 equal columns, into columns of varying sizes. for example, the first column should be smaller (about 1/3 of the page width on desktop) and the second column larger (about 2/3)
I believe you can use ‘calc’ - for instance I see that grid item width for each column currently uses – calc(50% - var(–grid-horizontal-spacing) / 2)… etc But, I’m not sure how to write what I want in CSS.
My site is: https://706707-15.myshopify.com/?_ab=0&_fd=0&_sc=1

