Shopify themes, liquid, logos, and UX
Hi there!
How do I align my Breadcrums with Page width without using margins or padding or any workaround?
The Breadcrumbs need to be aligned with the upper menu and the below image.
Thanks a lot for your help!
Website: https://venga-store.com/
Theme: Dawn
Solved! Go to the solution
This is an accepted solution.
Hey @miltokas,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.page-width:has(> .breadcrumbs) {
width: 100% !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @miltokas,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.page-width:has(> .breadcrumbs) {
width: 100% !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025