Dawn theme | Footer | Need help in making the footer responsive for tablet and mobile

Hi there!

Need help in making our store’s footer responsive for tablet and Mobile.

I’m having a hard time figuring out what class or property to adjust. Desktop is ok for now.

tablet: the text seems awkward

mobile: footer has this White gap and the content placing is off

Any help would be appreciated.

store:

https://fertile-ground.co/

pass: seogle_1

Hi @parallelism23

This is Mike from Omega

If you want to change mobile like this, you can try my solution

  1. Open Theme → Edit code

  2. Open base.css or theme.css and paste this code to the bottom of file

@media screen and (max-width: 749px) {
.footer__content-top {
    padding-left: 0 !important;
    padding-right: 10rem !important;
}
}

Hope my answer will help you

Mike from Omega

Thanks Mike!

Can I use this for tablet as well?

Yes, you can