How can I reduce the collection page banner height in Impact theme?

Hello There,

try to paste this code , by navigating to theme customization and then settings to custom code,

if the height is less or greater just change the 290 value to greater or less

.content-over-media>:is(img,video,iframe,svg,video-media) {
    height: 290px !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

![Screenshot_34.png|363x866](upload://4vTeU0wl4rTPUMvzuDz2gkruJQ7.png)