Hi all,
many EC websites define for grid layouts column containers for several breakpoints:
<div class="ecl-col-m-4 ecl-col-s-12">some content</div>
Neither docs nor the code as such helped to figure out how this could be done with the <ecl-grid> webcomponent. As a work around, I use:
<ecl-grid columns="4" breakpoint="m" style-class="ecl-col-s-12">
Is there a more native way of defining columns for more than one breakpoint?
Hi all,
many EC websites define for grid layouts column containers for several breakpoints:
Neither docs nor the code as such helped to figure out how this could be done with the
<ecl-grid>webcomponent. As a work around, I use:Is there a more native way of defining columns for more than one breakpoint?