What's your biggest current challenge? Have your say in Community Polls along the right column.

How can i change size of image banner on dawn theme?

Solved

How can i change size of image banner on dawn theme?

Not applicable

Hi, i want to have my image banner like this and i already did it without code on dawn theme, but i don't know how i did it. Did somebody know where i can change on dawn theme that i have some space on the side like here?:

 

1234.png

 

url: https://8ni0pc-bm.myshopify.com/de

dawn theme 15.2.0

Thank you

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4808 1088 1758

This is an accepted solution.

Hi @Anonymous 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (min-width: 767px) {
.shopify-section:has(.banner__media) {
    max-width: 1100px;
    margin: 0 auto;
}
}
</style>

PageFlyRichard_0-1731461439036.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4808 1088 1758

This is an accepted solution.

Hi @Anonymous 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (min-width: 767px) {
.shopify-section:has(.banner__media) {
    max-width: 1100px;
    margin: 0 auto;
}
}
</style>

PageFlyRichard_0-1731461439036.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Not applicable

Thank you!