The cart section is taking more space on mobile and interferes with the product image section

I’m having issues with the product page image section because the cart is taking up more space than needed, when I click on the right side of the images on mobile it redirects to the shopping cart. here is an image to give more context. Is there a way to make the clickable space of the cart smaller? My website is www.vellatore.com. Thank you in advance.

Hello @vellatore

You can add code by following these steps to adjust cart height so no redirect on cart page while click on right side of screen

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.header__icon--cart svg{ max-height:30px !important; }

See this screenshot height adjusted by code provided.