Re: Change layout on Phone

Solved

How can I make my mobile layout match my desktop layout?

Luburic
Excursionist
32 3 3

Hello there 

My Name is Marko and I need Your Help!!!

 

I Like the way of how my photos are layed out on the desktop but the Phone verison dosent look like the Desktop verison.

Luburic_0-1700484608122.png

But on the Phone it looks like this

Luburic_1-1700484654677.png

I would like it to be layed out the same way it is like in the desktop version.

Is that possible?

 

heres my URL: https://santa-slippers.com/


I would really appreciate if someone can help me out with that
Friendly regardes 
Marko

Accepted Solutions (10)

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Widht of the mobile is smaller than desktop and it will look a little ugly like this if you want it appear the same in mobile

Screenshot_6.jpg

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Sure, where is your slide show?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Hi @Luburic 

Your slideshow image now looks good on mobile. I recommend you add 2 slideshow sections, one for mobile and one for desktop and then I can make desktop's slideshow hide on mobile and vise versa so you can upload image for each device instead. Of please design image fit with your desktop then I can make slideshow on mobile appear as layout on desktop for you

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

You can make one for mobile, and I can hide it on the desktop for you. Do you want to hide this current slideshow on desktop? 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Luburic
Excursionist
32 3 3

This is an accepted solution.

Yes i want it to be hiden on Desktop but visible on phone.

 

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code before </head> tag

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Luburic
Excursionist
32 3 3

This is an accepted solution.

Thank you it is now rounded off but The collage is still there 

this one btw

Luburic_0-1700493562345.png

Can you delet this one from the phone version

 

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

HI @Luburic 

Please update code 

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
@media (max-width: 767px){
#shopify-section-template--20019982532935__8a0da6d1-da96-4d83-ba6a-836909adf9d8 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media { background: transparent  }
main#MainContent .slider-mobile-gutter .slider-buttons { display: none !important; }
</style>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Hi @Luburic 

Please update code to this to make those corners are rounded

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
@media (max-width: 767px){
#shopify-section-template--20019982532935__8a0da6d1-da96-4d83-ba6a-836909adf9d8 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media { background: transparent  }
main#MainContent .slider-mobile-gutter .slider-buttons { display: none !important; }
.multicolumn.background-primary .multicolumn-card { border-radius: 20px; }
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Luburic
Excursionist
32 3 3

This is an accepted solution.

Man I Loveeee you fr

View solution in original post

Replies 25 (25)

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Widht of the mobile is smaller than desktop and it will look a little ugly like this if you want it appear the same in mobile

Screenshot_6.jpg

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

Is it possible then to make a slide show of photos on the phone and keep the layout on the Desktop? 

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

It is possible. 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

Do you think you could help me with that?

 

I would really appriciate it.

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Sure, where is your slide show?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

I dont have it jet but I can add it now, will it be also visible on the Desktop then? Bacause i only want to have it on the Phone version?

 

Luburic
Excursionist
32 3 3

Alright so i have added the slide show now. It is currently only two pictures but it wil be more. The slideshowe is on the bottom btw. Thank you very much

 

 

 

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Hi @Luburic 

Your slideshow image now looks good on mobile. I recommend you add 2 slideshow sections, one for mobile and one for desktop and then I can make desktop's slideshow hide on mobile and vise versa so you can upload image for each device instead. Of please design image fit with your desktop then I can make slideshow on mobile appear as layout on desktop for you

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

Do I have to make a Slideshow on Desktop or can I just make one for mobile and hide it on the desktop? And how can design my image fit?

 

 

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

You can make one for mobile, and I can hide it on the desktop for you. Do you want to hide this current slideshow on desktop? 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

This is an accepted solution.

Yes i want it to be hiden on Desktop but visible on phone.

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code before </head> tag

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

Thank you there are still two little problems dough

 

1. 

Luburic_0-1700491815407.png

The edges are for some reason grey

 

2. 

Luburic_1-1700491847593.png

and can you delet this part ?

 

An one more thing can you somehow insert a BUY button directly under it?

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

Please update code to this

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media img { border-radius: unset !important; }
main#MainContent .slideshow  .slider-buttons { display: none !important; }
</style>

About Buy button, you can do that by add text to button and add link of product to button of slideshow

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

That actually didnt work because I want the images rounded off and the thing where it counts the images is still there

 

Luburic
Excursionist
32 3 3

And can you delet the Collage from the phone version now because we dont need it anymore

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

Please update the code. 

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media { background: transparent  }
main#MainContent .slider-mobile-gutter .slider-buttons { display: none !important; }
</style>

Related Collage, please delete 2nd slideshow from your Slideshow section

Screenshot_8.jpg

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

This is an accepted solution.

Thank you it is now rounded off but The collage is still there 

this one btw

Luburic_0-1700493562345.png

Can you delet this one from the phone version

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

HI @Luburic 

Please update code 

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
@media (max-width: 767px){
#shopify-section-template--20019982532935__8a0da6d1-da96-4d83-ba6a-836909adf9d8 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media { background: transparent  }
main#MainContent .slider-mobile-gutter .slider-buttons { display: none !important; }
</style>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

I really appriciate you thanks a lot

 

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

@Luburic you are very welcome

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

I Have just one more thing that drives me crazy 

Luburic_0-1700494416312.png

These corners arend rounded of can you make that for me

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

This is an accepted solution.

Hi @Luburic 

Please update code to this to make those corners are rounded

<style>
@media (min-width: 768px){
#shopify-section-template--20019982532935__f3611bc0-d05f-447a-886f-425b496d8c12 {
display: none;
}
}
@media (max-width: 767px){
#shopify-section-template--20019982532935__8a0da6d1-da96-4d83-ba6a-836909adf9d8 {
display: none;
}
}
main#MainContent .slideshow__slide .slideshow__media { background: transparent  }
main#MainContent .slider-mobile-gutter .slider-buttons { display: none !important; }
.multicolumn.background-primary .multicolumn-card { border-radius: 20px; }
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Luburic
Excursionist
32 3 3

This is an accepted solution.

Man I Loveeee you fr

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

Happy I could help

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.