Shopify themes, liquid, logos, and UX
I have a shop running, the product catalog collection-page align on the left under the logo https://bruijnbrood.com/collections/all . I created a page-template for pages like https://bruijnbrood.com/pages/ons-verhaal and https://bruijnbrood.com/pages/bestellen , but these pages don't align left under the logo. I can't see how I can align the 2 pages like the catalog collection-page.
Any idea how to get this done ?
Solved! Go to the solution
This is an accepted solution.
Hi Walter501
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.page-width.page-width--narrow.section-template--24226551333196__page_tWL9CN-padding {
margin: 0 50px !important;
max-width: 100% !important;
}
.page-width.page-width--narrow.section-template--22380694405452__page_pDWACe-padding {
margin: 0 50px !important;
max-width: 100% !important;
}
Result:
Best,
Liz
Hi,
You can modify the page width from editor or using css.
Go to Theme->customize and click on setting icon-
For specific page, use css and make sure to add dynamic id to <body> tag so that you can add css for particular page only.
Thanks,
T
Here is css, adjust the width below-
This is an accepted solution.
Hi Walter501
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.page-width.page-width--narrow.section-template--24226551333196__page_tWL9CN-padding {
margin: 0 50px !important;
max-width: 100% !important;
}
.page-width.page-width--narrow.section-template--22380694405452__page_pDWACe-padding {
margin: 0 50px !important;
max-width: 100% !important;
}
Result:
Best,
Liz
In Canada, payment processors, like those that provide payment processing services t...
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