making both footer & email signup full width in Dawn theme

Solved

making both footer & email signup full width in Dawn theme

SweatFree
Shopify Partner
53 0 11

My website is www.sweatfree.co 

The password is sweatfree123

 

I was able to find a way to make announcement bar full width, but I am not able to make the footer full width. If you could please advise!

 

Thank you!

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @SweatFree 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 750px) {
  #shopify-section-sections--14927607169106__footer .page-width {
       max-width: 100% !important;
  }
}
</style>

niraj_patel_0-1722930592187.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 4 (4)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @SweatFree 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 750px) {
  #shopify-section-sections--14927607169106__footer .page-width {
       max-width: 100% !important;
  }
}
</style>

niraj_patel_0-1722930592187.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
SweatFree
Shopify Partner
53 0 11

Thank you, @niraj_patel

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co

oscprofessional
Shopify Partner
16115 2409 3121

Hello @SweatFree ,
1. For Newsletter fullwidth, add some css in theme.liquid file before </head> tag.

<style>
.newsletter__wrapper {
  padding-left: 0;
  padding-right: 0;
}
</style>

2. and for footer fullwidth, you need to remove page-width class from footer file.

2.jpg

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

Rahul_dhiman
Shopify Partner
464 94 97

Hello @SweatFree 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 77
search this code

.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}


and replace with this code

.page-width {
margin: 0 auto;
padding: 0 1.5rem;
}


result
10.png

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167