how to make footer stay at the bottom of page? Dawn theme

Solved

how to make footer stay at the bottom of page? Dawn theme

Pre-face4000
Excursionist
18 0 10

Im having trouble keeping the footer at the bottom of the page when viewing pages with little content. I would like to have the footer always fixed at the bottom.

I have tried a lot of the solutions on older threads but all have failed.

 

does anybody have a fix for this?

 

Thanks!Screenshot 2025-03-18 at 6.44.39 PM.png

Accepted Solution (1)
Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @Pre-face4000 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#shopify-section-sections--18232232345796__footer {
    align-self: flex-end !important;
}
</style>

RESULT:

Moeed_0-1742289783682.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 9 (9)

Moeed
Shopify Partner
7379 1996 2438

Hey @Pre-face4000 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Pre-face4000
Excursionist
18 0 10

URL - pre-face.com

Password - hairso

Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @Pre-face4000 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#shopify-section-sections--18232232345796__footer {
    align-self: flex-end !important;
}
</style>

RESULT:

Moeed_0-1742289783682.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Pre-face4000
Excursionist
18 0 10

Thank you so much!!! that worked perfectly

Moeed
Shopify Partner
7379 1996 2438

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
11626 2277 2459

Could you share password to  view your store?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Pre-face4000
Excursionist
18 0 10

URL - pre-face.com

PASSWORD - hairso

B2Bridge
Explorer
365 75 92

Hi @Pre-face4000 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

B2Bridge
Explorer
365 75 92

Hi @Pre-face4000   , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

#shopify-section-sections--18232232345796__footer {
    align-self: flex-end !important;
}

Screenshot_3.png

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.