Re: Adjust Footer Spacing - Dawn Theme 12.0

How can I adjust footer spacing in Dawn Theme 12.0?

imandco
Tourist
19 0 1

Hello. I am looking to adjust the spacing between each block in the footer.

Currently it looks like this:

Footer_Before.JPG

 

I would like it to look like this:

Footer_After.jpg

Replies 3 (3)

Abdosamer
Shopify Partner
895 163 183

Hi @imandco , can you share your store url?

 

DaviesYoung
Shopify Partner
11 4 6

You could give this a try; go to your footer section and add this Custom CSS,

 

@media(min-width: 750px){ 
  .grid__item { 
    max-width:16.5%; 
  }
  .grid__item:last-of-type { 
    max-width:50%;
  }
}

 

My two cents. Good luck!

Davies&Young — Graphic Banners, Collection Thumbs and Social Media Promos for your Shopify Store.
+ Easy to Customize; Start for Free.
imandco
Tourist
19 0 1

Worked great. Thanks!