Help Resizing mobile slide show banner

Solved

Help Resizing mobile slide show banner

Stableconnectio
Tourist
4 0 0

Hello I need help Resizing the mobile view of my slideshow banner I tried searching for theme.scss but couldn't find it this is my store Buffytafford.com 

 

 

web preview https://gm6slfzsdrq9ci7o-58583973951.shopifypreview.com

 

thanks 

Accepted Solution (1)
AnneLuo
Shopify Partner
1299 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
@media screen and (max-width: 749px) { 
  div#Slider-template--15789192380479__slideshow_hLzmKi {
   height: 225px;
  }
}
</style>

Result:

AnneLuo_0-1731289814969.png

But I think you need to change the image on the mobile.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
1299 228 266

Hi, @Stableconnectio 

What's your requement? How do you want to resize?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Stableconnectio
Tourist
4 0 0

Hello my friend im just trying to make the mobile banner bigger its too small right now.

AnneLuo
Shopify Partner
1299 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
@media screen and (max-width: 749px) { 
  div#Slider-template--15789192380479__slideshow_hLzmKi {
   height: 225px;
  }
}
</style>

Result:

AnneLuo_0-1731289814969.png

But I think you need to change the image on the mobile.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Stableconnectio
Tourist
4 0 0

What dimensions would you suggest  for mobile banner to look  that size?

AnneLuo
Shopify Partner
1299 228 266

I suggest using the size of 828 * 450 on the mobile device.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee