I use PHP to build my Home page and the Grid Construct and Square images. This work well when using a browser. Unfortunately the mobile view distorts the square images and displays them in Landscape.
It looks to be something in the custom css. in the .square__content class is position:absolute;
If I disable that or change it to “static”, the image reverts to square and is not distorted. However, the layout gets messed up with a 75px of padding under the image.
That padding is found in your custom css here:
If I disable the padding-bottom, things look better. So I’m thinking that some more specific css is needed in a media query to target the positioning and padding-bottom.