Debut theme - mobile view layout different than desktop view

Hello team,

Need assistance with the way the homepage is displayed in mobile view.

On the desktop, at the homepage screen, we have a 2x2 Grid showing the main images and a 1x4 grid at the bottom with additional ones.

On the mobile view, all images are displayed in a single scroll down column.

Site: https://umbrellabyfranco.com/

Desktop view image:

Mobile view image:

Can you please help.
Thanks in advance

Best Regards

Any idea? I’ve tried some suggestions on the forum on other topics without much success.

Fyi I managed to correct the mobile view, here is the solution:

Changing Mobile view to 2x2 images display → GO TO feature-columns.liquid

Find below block and add code in Bold

{% endif %}

{% if block.settings.enable_image %}

Changing Mobile view to 4x images display → GO TO image-bar.liquid

Find below block and add code in Bold

{% endcase %}

{% for block in section.blocks %}

{% if block.settings.link != blank %}