Refresh theme - Slideshow Picture to big

Refresh theme - Slideshow Picture to big

Ceptors
Visitor
3 0 0

Hello,

 

Very new too Shopify. Looking to make the pictures on slideshow desktop view much smaller. The pictures on cell phone is perfect but on a desktop they are huge. Any help would be appreciated. 

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @CeptorsCan you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Ceptors
Visitor
3 0 0
BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Ceptors

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1715950151572.png

 

Step 2: Search file base.css,  theme.css or styles.css 

BSSTechVenture_1-1715950157505.png

 

Step 3: Insert the below code at the bottom of the file -> Save

@media only screen and (min-width: 750px) {
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: 600px !important;
}

.slideshow__media banner__media.media::before {
   padding-bottom: 0 !important;
}

}

Here is result: 

BSSTechVenture_2-1715950207712.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you😍😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Ceptors
Visitor
3 0 0

Hello,

 

Thank you but the picture stays to big. How do reduce the image?