How to change the Product picture width in Home page | Dawn theme

Hi everybody,

I would like to scale down the width of the pink section without setting a fixed figure. They are now using Calc().

How can I reduce some percentages in width of the current width.

My url: https://189ee3-2.myshopify.com/

Hello @collins276

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.card__inner { height: 100% !important; }

I meant the Width, I would like to make it smaller. Can you check it?

I got it covered. Thank you!