Product details Gap between image and image

Hi, friends! Let’s make a lot of money in 2023 too!
I’m building a great shopping mall with Flex-techno themes.

But I added a detailed image to the product. I put it in well while maintaining a certain size and spacing.

On the PC screen, it comes out as I edited it.

However, in mobile, there is a gap between the image and the image as you want as attached.

Is this something that needs to be solved by coding? I will also attach the coding of the product detail page!

Hello @globalseller

Please provide the store URL so I can help you.

Hi @globalseller ,

Please send your site and if your site is password protected, please send me the password. I will check it.

Thank you! The address below is my shopping mall.

astrogalaxyvibe.myshopify.com

Password is ‘hye’

Thank you! The address below is my shopping mall.

astrogalaxyvibe.myshopify.com

Password is ‘hye’

Hi @globalseller ,

Please go to Actions > Edit code > Assets > styles.css file and paste this at the bottom of the file:

.description img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

Hope it helps!