Shopify themes, liquid, logos, and UX
I'm using dawn theme latest version, in that product page related products section I want to make it till edge of the website.
Solved! Go to the solution
This is an accepted solution.
product-recommendations.related-products {
padding-left: 0px !important;
padding-right: 0px !important;
}
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
If this was helpful, hit the like button and accept the solution.
Thanks
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.
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.
This is an accepted solution.
product-recommendations.related-products {
padding-left: 0px !important;
padding-right: 0px !important;
}
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
If this was helpful, hit the like button and accept the solution.
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025