Make image text section wider - Dawn theme

Solved

Make image text section wider - Dawn theme

Dekanten
Trailblazer
297 1 111

Hi

 

I want to make this section make this like the same as my other sections width, its too small and there is nothing to fix this within the app.

 

www.dekanten.no

 

See attached image:

Skjermbilde 2024-09-01 kl. 12.50.54.png

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Dekanten 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   section#shopify-section-template--21636163502354__17251509416edc00e4 .page-width {
       max-width: 140rem !important;
   }
</style>

niraj_patel_0-1725188292864.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Dekanten 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   section#shopify-section-template--21636163502354__17251509416edc00e4 .page-width {
       max-width: 140rem !important;
   }
</style>

niraj_patel_0-1725188292864.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Dekanten
Trailblazer
297 1 111

Hi and thank you my friend for helping me out here, this works like a charm. Really glad for the result too, this was amazing and big thank you again. 🙂

niraj_patel
Shopify Partner
2378 514 511

I'm Glad to help you 😁

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com