How can I adjust image sizes for mobile view on my online store?

How can I adjust image sizes for mobile view on my online store?

Gerardlopez
Excursionist
32 0 10

hi when my store is in mobile phone screen size the images have margins on top. 

Captura de pantalla 2021-12-12 a las 13.53.08.png

 

is it possible to make them responsive so they size always matches the frame?

 

the link is www.reclaimedvessels.com

 

Thanks!!

 

Gerard x

Replies 4 (4)

KetanKumar
Shopify Partner
37044 3644 12028

@Gerardlopez 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

@media screen and (max-width: 590px) {
.product--wrapper {
    margin: 0px auto;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Gerardlopez
Excursionist
32 0 10

@KetanKumar this code messes up with the fullscreen view 

 

is it possible to have it responsive for all screen sizes?

Captura de pantalla 2021-12-12 a las 19.13.16.png

KetanKumar
Shopify Partner
37044 3644 12028

@Gerardlopez 

yes please let me know which screens do you have issue!

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

QuintenM
Excursionist
19 0 1

remove the fixed height from here 

QuintenM_0-1639333378019.png

 

 

Software developer focused on speed and customization in websites

My Youtube channel

Youtube channel for some tips/tricks and website reviews
( from a developer point of view to help both store owners as developers )