Shopify Product page Last Slide Issue

Shopify Product page Last Slide Issue

samueljoonjung
Explorer
60 0 15

How do I make the last product photo like the others where it takes up the full page? My url is www.whoglobal.shop

samueljoonjung_0-1743164192596.pngsamueljoonjung_1-1743164224065.png

 

 

Replies 4 (4)

Moeed
Shopify Partner
7375 1996 2437

Hey @samueljoonjung 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code

3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.slider.slider--mobile .slider__slide {
    width: 100% !important;
}
}
</style>

RESULT:

Moeed_0-1743164503684.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


samueljoonjung
Explorer
60 0 15

Worked great. Thank you.

Moeed
Shopify Partner
7375 1996 2437

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


samueljoonjung
Explorer
60 0 15

Hi, sorry, I just realized that it moves all the models to the right side of the page. is there anyway to modify the code to center them? Thank you.