How can I alter image dimensions to a square format?

How to change these images to square size?

https://thebirdsonglife.myshopify.com/collections/all

Hey, @web-har-red

I would recommend reaching out to the developers of your theme here to see if it’s possible within their theme editor to make those adjustments on the fly. Otherwise, it would require you to go into the theme files and change the default coding for their collection image dimension ratios. You could find and hire a developer from our Shopify experts directory to find and replace that code for you.

If there is anything else I can help you with, please let me know.

Hi @web-har-red ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
#shopify-section-template--14370506408010__16472663809bcfcbcf .rimage-wrapper {
    padding-top: 100% !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.