Solved

Make footer smaller in Dawn theme

jay6587
Excursionist
16 0 8

How to make the footer smaller in dawn theme for moblie view 

footer space.png

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@jay6587 

Please add the following code at the bottom of your assets/base.css file.

.footer__content-top{
padding-bottom: 0px !important;
padding-top: 0px !important;
}

Hope this works.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@jay6587 

Please add the following code at the bottom of your assets/base.css file.

.footer__content-top{
padding-bottom: 0px !important;
padding-top: 0px !important;
}

Hope this works.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
jay6587
Excursionist
16 0 8

@dmwwebartisan thank you that worked and could you also help me remove the bottom divider that is under the footer please