Dawn theme related products till edge of website

Solved

Dawn theme related products till edge of website

Sivadarshan
Shopify Partner
405 2 90

I'm using dawn theme latest version, in that product page related products section I want to make it till edge of the website.

 

Screenshot 2024-10-29 103908.png

Accepted Solutions (2)

Vinsinfo
Shopify Partner
491 167 172

This is an accepted solution.

@Sivadarshan 

Please follow below steps to change the width of related products section to edge of the website. Let me know whether it is helpful for you.
 
1. From admin go to "Online Store" -> "Themes".
2. Click "Edit code" button from the current theme.
Vinsinfo_5-1730180613348.jpeg
3. Go to "base.css" file.
Vinsinfo_6-1730181182357.jpeg
4. Then paste the below code at the bottom of the file and then save changes.
Vinsinfo_3-1730180588921.png

 

 

product-recommendations.related-products {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

 

 

Result will be like,
Vinsinfo_2-1730180556609.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

GTLOfficial
Shopify Partner
880 182 192

This is an accepted solution.

Hello @Sivadarshan 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.related-products.page-width.section-template--17986858909893__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded {
padding: 0px !important;
}

result
41.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
4469 500 597

Hi @Sivadarshan 

 

Do you have an example of how it should be? If possible, please share with me the screenshot of your idea. Thank you!

 

Best,

Daisy - Avada Support Team. 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4469 500 597

Hi @Sivadarshan 

 

You can consider checking our CSS code below and see if it's correct: 

 

Step 1: Go to your Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there. Then save the change

 

Here is the code part: 

 

product-recommendations {
    padding-inline: 0 !important;
}

 

 

Before: https://prnt.sc/cZa2slM86doc

After: https://prnt.sc/B_BPiKd5P9VL

 

Please let me know if it works. Thank you!

 

Best,

Daisy - Avada Support Team. 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Vinsinfo
Shopify Partner
491 167 172

This is an accepted solution.

@Sivadarshan 

Please follow below steps to change the width of related products section to edge of the website. Let me know whether it is helpful for you.
 
1. From admin go to "Online Store" -> "Themes".
2. Click "Edit code" button from the current theme.
Vinsinfo_5-1730180613348.jpeg
3. Go to "base.css" file.
Vinsinfo_6-1730181182357.jpeg
4. Then paste the below code at the bottom of the file and then save changes.
Vinsinfo_3-1730180588921.png

 

 

product-recommendations.related-products {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

 

 

Result will be like,
Vinsinfo_2-1730180556609.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

GTLOfficial
Shopify Partner
880 182 192

This is an accepted solution.

Hello @Sivadarshan 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.related-products.page-width.section-template--17986858909893__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded {
padding: 0px !important;
}

result
41.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh