Re: Mobile product showcase

Mobile product showcase

Toypop
Excursionist
31 0 10

Hello

 

I am trying to customize my product show case on mobile layout can someone please help me out, currently my showcase looks like this 

Toypop_0-1729723176632.png

But i am seeking for this kinda look

Toypop_1-1729723224683.png

Provide me with some line of code, every help will be appreciate, thanks!!!

Replies 7 (7)

sahilsharma9515
Shopify Partner
1266 165 244

Hi @Toypop 

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

 

Best regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Toypop
Excursionist
31 0 10

Toypop.lt

sahilsharma9515
Shopify Partner
1266 165 244

Hi @Toypop Thanks for the URL, i think you are using the Refresh theme.

 

So first you need to enable the Thumbnail option for mobile and change media fit from original to fill.

 

Please follow the step if you don't know how you can do the same.

 

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the Customize button in live Theme.
  4. Click on Home page and change it to product page.
  5. Then click on product information and scroll down.
  6. Now you need to select the Show Thumbnail option in Mobile Layout, here is the screenshot of the same.
  7. sahilsharma9515_0-1729761681538.png
  8. Now you need to change media fit from original to Fill, below is the screen shot of the same.
  9. sahilsharma9515_1-1729761824390.png

It will solve your issue and you will get your desired design.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Toypop
Excursionist
31 0 10

Hello, now it looks like this, I want to make that the first photo would fill out almost full screen like I've shown in the example,

thanks.

Toypop_0-1729764980076.png

Toypop_1-1729765136613.png

 

 

 

sahilsharma9515
Shopify Partner
1266 165 244

Hi @Toypop Didn't you have changed the media from original to Fill for mobile device? If you have changed it to fill and still it is not working then add this code.

 

<style>
@media screen and (max-width: 680px) {
    .grid--peek.slider--mobile {
        width: 188vw !important;
    }
}
</style>

 

 

Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above </body> tag

Result: 

sahilsharma9515_0-1730265828682.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Toypop
Excursionist
31 0 10

6ec869d3-6526-4e6d-9938-b2b478e5921f.jfif

Hello it worked but it messed up a site a little bit, it goes trough the border in our site and messes everything on product page

Do you know how to fix it ?

 

 

 

 

Toypop
Excursionist
31 0 10

Hello mate it messed up with the site as you can see in the picture above can you help me out? 😅