Reducing Size of Slideshow on Turbo Theme

Solved

Reducing Size of Slideshow on Turbo Theme

alexlomt1
Tourist
29 1 6

I want to reduce the size of the slideshow on the Turbo theme. I don't want it to cover the entire screen unneccessarily, and be more in line with the remaining items size. How can I  do that?

 

I want it to be both lower heigth and width. The width should match the header separator line above 

alexlomt1_0-1741362652911.png

 

 

https://mmz7sv-mw.myshopify.com/

 

PW: seupri

Accepted Solution (1)
Arif_Shopidevs
Shopify Partner
488 40 91

This is an accepted solution.

@alexlomt1 

.caption-content {
 
    max-width: 80%;
   
}

This css will widger the text box area.

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

View solution in original post

Replies 7 (7)

Arif_Shopidevs
Shopify Partner
488 40 91

@alexlomt1 
You can add this css in your theme base.css or custom.css. also you can adjust the height and width according to your need.

 

screen and (min-width: 768px)screen and (min-width: 768px)
{
.homepage-slideshow {
    max-width: 800px!important;
    max-height: 600px!important;
  
}
}

 

 

How to Add This to Shopify   Theme:

  1. Go to Shopify Admin → Online Store → Themes.
  2. Click "Customize" on your Dawn theme.
  3. In the theme editor, go to "Theme settings" (bottom left).
  4. Scroll down and click "Custom CSS".
  5. Paste the above CSS code and save changes.

 

Alternative (Edit Theme CSS Directly):

  1. Go to "Online Store" → "Themes".
  2. Click "Actions" → "Edit code".
  3. Open base.css inside the assets folder.
  4. Paste the CSS at the bottom and Save.

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

alexlomt1
Tourist
29 1 6

How can I make the text boxes in each slide show picture go up a bit more? When there is a lot of text, they go too much down and appear off screen.

DaisyVo
Shopify Partner
4334 480 565

Hi @alexlomt1 i see it look good, please double check on this 

DaisyVo_0-1741407536811.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
alexlomt1
Tourist
29 1 6

How can I make the text boxes in each slide show picture go up a bit more? When there is a lot of text, they go too much down and appear off screen.

Arif_Shopidevs
Shopify Partner
488 40 91

This is an accepted solution.

@alexlomt1 

.caption-content {
 
    max-width: 80%;
   
}

This css will widger the text box area.

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

alexlomt1
Tourist
29 1 6

How could I update this so that it shows up properly on mobile? Perhaps some kind of dynamic font size scaling? 

 

alexlomt1_0-1741712176625.png

 

Arif_Shopidevs
Shopify Partner
488 40 91

Hi, which device you set i just check in mobile view your image show above and text show bellow after the image

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.