How to remove spacing between product images in product description?

Hi,

I’m currently using Dawn theme, just wondering if there is a way to remove the spacing between product images in product description section? (See picture below)

Also, is it possible to auto resize the images in product description for mobile?

My store URL is https://hobbyzoneuk.co.uk/

Thank you in advance.

1 Like

Hi!

If you are familiar with CSS, you need to modify the the CSS applied to the section where your images are listed, and apply:

display:flex;
flex-flow: column;

I don’t know how is your code, but will probably be able to find this in your “code” section of the theme.

Hi,

Thank you for your help. I’m new to shopify and I don’t have any knowledge about coding, could you guide me through which code I need to modify please? thank you