Slideshow height in dawn theme

Hi!

I want to edit the height of the slideshow in my banner. right now my slideshow height is small, how can I customize my code so that it will be smaller?

Here is my Shopify site:

https://kittykatty.ca/

and password is kitttkatty

Hi @shamsnisa ,

What theme are you using on your store? If it’s a Shopify-made theme, you can contact our support team and ask if it’s possible for our themes team to assist you. If it’s built by a third-party, you can look into hiring a Shopify Expert who can help you make this change.

Hi @shamsnisa

We can make it smaller, but we will have problem with the images. Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.banner--small:not(.banner--adapt) {
        min-height: auto;
        height: 30rem;
    }

And save.

For the default set up if we change the height this will be the result:

But when I change into fill. This is the result.

It looks stretch. This is the code I used.

.slideshow__media.banner__media.media img {
    object-fit: fill;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks @Made4uo-Ribe but when I am using the first solution the height is not changing on my screen.

I am working on desktop.