its my pleasure to help us
I have some issues about the mobile version collection list row too.
I need the mobile version from 1column per row to 4 columns per row. Can you help me?
thanks, hope you reply soon.
Hi Ketan!
This code doesnāt work for me at all. Envy doesnāt have this file either: Asset->/style.scss.liquid
Could you please help?
Iād like to do the same with the gallery images and the code you shared in another post also doesnāt work⦠this one:
{% case section.blocks.size %}
{% when 1 %}
{%- assign column_size = ācol-sm-12 col-md-12 image-barāsingle-image image-barāsingle-column-mobileā -%}
{% when 2 %}
{%- assign column_size = ā col-6 col-sm-6 col-md-6ā -%}
{% when 3 %}
{%- assign column_size = ācol-sm-6 col-md-4 image-barāsingle-column-mobileā -%}
{% else %}
{%- assign column_size = ācol-sm-6 col-md-3 image-barāsingle-column-mobileā -%}
{% endcase %}