Hi,
i need some help with the code editing on the debut theme.
I have changed some code to have 4 Pictures/text in one row, and it worked fine for desktop
I changed in the feature-column.liquid file
Code:
{% when 4 %}
{%- assign grid_item_width = 'medium-up--one-half' -%}
{%- assign image_size = '530x' -%}
in
{% when 4 %}
{%- assign grid_item_width = 'medium-up--one-quarter' -%}
{%- assign image_size = '530x' -%}
Result on desktop:
Mobile view:
I would like to have 2 rows with 2 items on mobile at the end, but all I tried did not work. I think I have to change also the picture size, correct?
May I ask for some help, please.
Thank you

