How to change section size on debut theme

Hi,
On my Shopify store, I want to resize my slideshow section/hero make it larger how can I do it?

Thank you

1 Like

Hello, @ayafe

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

Hi ,
Thank you for your reply
My site
https://creartive-com.myshopify.com/
password:
troflu

@ayafe

Thanks for store details

can you please guide which section do you need customization.

Hi,
I want to change the slide show

@ayafe

Thanks for clear

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.slideshow {
    max-height: 90vh; /*change value as you like*/
}
}

Hi,

Thank you for your reply, I’m not sure it works when I insert a bigger photo the photo goes over the slidebar.

maybe I need to adjust the slidebar as well

@ayafe

how fo you like exactly your slideshow?

Hi

Like on this website www.memoryblock.com

@ayafe

Yes, but slider image cut of not proper showing

Hi,

I don’t understand your comment?

@ayafe

sorry for this

please check your demo site slider not proper show

What do you mean no proper show?

@ayafe

i mean slider proposition not look good

looks ok to me

Hello.

I added the code and then also added a width: 50vh. Works great, however the section is now aligned to the left of the page. I can not figure out how to center it. Any ideas?

1 Like

@Ajduke5

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.