How can I reduce the slideshow height on the Prestige theme?

Hello, I would like to reduce the size of the slideshow height.

Here is my shop link: https://479a7a-a6.myshopify.com/

On pc is too big

@vseazon , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
@media screen and (min-width: 750px){
    .banner--large:not(.banner--adapt) {
    min-height: 420px !important;
}
}

the 420px can be changed to anything you wish.

If it helps you please click on the “like” button and mark this answer as a solution!

Thank you.

Kind regards,
Diego

@vseazon Please follow below steps to reduce the size of the slideshow height. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes” → “Customize”.
  2. Click “Image banner” block like in the below mentioned image.

  1. Change “Banner height” accordingly from the dropdown in the below image.

  1. Save changes.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.