How can I adjust the width of my homepage only?

Hello, i would like to change only the Home page width to 1600px and leave other pages at 1000px, How can I do that? https://dleofficial.myshopify.com/ password: dle

:-:

Hi @skai

Please follow these steps:

  • Step 1: Go to Store => Theme => Edit Code:

  • Step 2: Select layout => select theme.liquid:

  • Step 3: Insert the following code into the style to adjust the max-width of the HomePage to 1600px:

view (38).png

  • Step 4: To adjust the max-width of the remaining pages, go to Store => Theme => Customize => Theme Setting => Layout => then select 1000.

I hope that this is useful for you.