Remove padding on page header for Dawn Theme

Solved

Remove padding on page header for Dawn Theme

hoodieharmony
Tourist
7 0 1

Hello! I am having trouble removing the padding to the left of the page header, "Hoodies". I'd like it to be in line with the featured collection below. Any help would be appreciated.

 

Screenshot 2024-01-24 12.22.09 PM.png

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2138 615 497

This is an accepted solution.

Hey @hoodieharmony,

 

In your online store click on "..."  on your active theme and then "Edit code" Then, in the "Assets" folder, look for "base.css, theme.css or style.css" file and add the following code

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 109.6rem;
        padding: 0;
    }
}

 

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 6 (6)

ThePrimeWeb
Shopify Partner
2138 615 497

Sure, please provide the link to your store.

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

Made4uo-Ribe
Shopify Partner
7697 1857 2273

Hi @hoodieharmony 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

ThePrimeWeb
Shopify Partner
2138 615 497

This is an accepted solution.

Hey @hoodieharmony,

 

In your online store click on "..."  on your active theme and then "Edit code" Then, in the "Assets" folder, look for "base.css, theme.css or style.css" file and add the following code

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 109.6rem;
        padding: 0;
    }
}

 

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
hoodieharmony
Tourist
7 0 1

Thank you for your help!