How can I resize my collections logo image for mobile view (Refresh Theme)

Hi @OrangeFoodMan ,

To ensure your hero images resize properly and are fully visible on mobile devices, you can add custom CSS to your theme. Follow these steps:

  1. Go to Online Store > Themes.

  2. Click on Actions next to your current theme and select Edit code.

  1. In the code editor, locate the theme.liquid file. This is typically found under the Layout folder.

  1. Scroll to the bottom of the theme.liquid file, and just above the closing tag, add the following custom CSS code:

The object-fit: contain; property ensures that the image will resize to fit within its container without cropping. If the image still doesn’t fit perfectly, you may consider using other values like cover or adjusting the image’s aspect ratio manually.

  1. Click Save to apply the changes.

This solution ensures that your hero images for collections are properly resized on mobile.

If you need further assistance, feel free to reach out

I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans