Solved

Can I extend the footer across the page in the Simple theme on Shopify?

Justin34
Trailblazer
312 0 82

How do I make the footer go across the page instead on just on one side of the page? I am using the simple theme. My website is www.PennsylvaniaParks.org.

 

Thanks in advance 🙂

ALL I THINK ABOUT IS OUR PARKS 🙂
Accepted Solution (1)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Justin34 

try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-footer .grid__item.medium-up--one-half {
    width: 100%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Justin34 

try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-footer .grid__item.medium-up--one-half {
    width: 100%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Justin34
Trailblazer
312 0 82
It worked... Thanks so much 🙂
ALL I THINK ABOUT IS OUR PARKS 🙂