How can I remove white bars on side of product image in Dawn theme?

Solved

How can I remove white bars on side of product image in Dawn theme?

AuthorAngel
Shopify Partner
23 0 2

Hi I'm really new to Shopify and I am using the Dawn theme. I have inserted a Product with image to show on front page.  However using an all black background, I'm trying to remove these white bars on the side?  

 

AuthorAngel_2-1694579872802.png

 

Can anyone advise how to get rid of those?  Thanks for your help

Accepted Solution (1)
David_SHT
Globetrotter
605 125 126

This is an accepted solution.

Hi @AuthorAngel ,

This is David at SalesHunterThemes.

 

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
#shopify-section-template--20389147902243__5ceccf03-feff-4b73-b23f-f02c21243453 {
  background: #000 !important;
}
</style>

 

David_SHT_0-1694581090359.png

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 9 (9)

Artzen_tech
Shopify Partner
552 113 112
Hello @AuthorAngel 

Its Artzen Technologies! We will be happy to help you today.

 

PLEASE SEND YOUR STORE URL

 

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
AuthorAngel
Shopify Partner
23 0 2

The URL is https://lesley-jones-writes.myshopify.com/  and my password is testing. Thank you for your advice

David_SHT
Globetrotter
605 125 126

Hi @AuthorAngel ,

This is David at SalesHunterThemes.

I read your problem and it seems that I need to analyze your website to provide the solution here.

Would you please share your website URL

if your website is password protected then also provide the password.

David | SalesHunterThemes team.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

AuthorAngel
Shopify Partner
23 0 2

The URL is https://lesley-jones-writes.myshopify.com/  and my password is testing. Thanks

Artzen_tech
Shopify Partner
552 113 112

Go to the Online Store->Theme->Edit code->Assets->theme.liquid>

Paste all css at above </body> tag 

<style>
.image-with-text.image-with-text--no-overlap {
    max-width: 100%;
}
</style>

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
David_SHT
Globetrotter
605 125 126

This is an accepted solution.

Hi @AuthorAngel ,

This is David at SalesHunterThemes.

 

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

 

<style>
#shopify-section-template--20389147902243__5ceccf03-feff-4b73-b23f-f02c21243453 {
  background: #000 !important;
}
</style>

 

David_SHT_0-1694581090359.png

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

AuthorAngel
Shopify Partner
23 0 2

Success Thank you so much 

David_SHT
Globetrotter
605 125 126

You’re welcome! I’m glad I could provide the information you needed.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

PageFly-Noah
Shopify Partner
1317 233 279

Hi @AuthorAngel 

 

This is Noah 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>
.image-with-text {
width: 100% !important;
}
#div#shopify-section-template--20389147902243__5ceccf03-feff-4b73-b23f-f02c21243453 {
background-color:#000;
}
</style>

PageFlyNoah_0-1694581198319.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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