How can I add a logo to the footer in the Dawn 6.0.2 theme?

Hi everyone,

I have successfully centered all elements in the footer.

Now, I would like to add my logo on the left side of the footer, while making sure that all 4 elements (logo + shipping & returns + About us + contact us) are equally distributed horizontally.

Any idea what to code? Thank you so much for the help.

Theme : Dawn 6.0.2

Preview link: https://wuy97090idw17ivc-66207744226.shopifypreview.com

Current footer:

1 Like

Hi @contactdaiquiri ,
Dawn theme itself provided you the image block on footer.
Just add that block and your logo image to it and rest everything would be managed by the theme CSS.
Do let me know if you need more help
Thanks

@contactdaiquiri

yes, please check your theme customization option footer section add image block

1 Like

Hi @KetanKumar , @kaalTechGeeks and @Agrace001

That great! I’m sorry I didn’t realize that. Thank you for the heads up.

However, is it possible to center align the text (vertically) in the blocks (SHIPPING & RETURNS, ABOUT US, CONTACT US) so that it’s aligned with the image?

Here, the text is at the top of the block, so it’s not in line with the image, there is a slight height difference which is not very aesthetically pleasing - hope I’m making myself clear. Thanks so much!

1 Like

Hi @contactdaiquiri ,
I am glad that you liked our solutions, I am sorry but I am unable to get your question fully.
Do you want your footer items to be aligned like as shown in image below ?

if yes then copy paste the below code and paste it at the bottom of the theme.liquid file just before the closing body tag ()


thanks

1 Like

@contactdaiquiri

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.footer__content-top .grid {align-items: center;}
1 Like

amazing thank you @KetanKumar !