Solved

Dawn theme - tighten spacing in footer and in slideshow container box on main page

mmstudio
Excursionist
19 0 4

I am trying to tighten the spacing in-between the footer text on my site.  In other words reduce the vertical leading between the links.  

 

I would also like to decrease the size of the slideshow container box - tighten the edges to the text within.  

 

My site is 

https://michelle-masters-topiary-art.myshopify.com/

 

Password: auggul2

 

Thank you in advance!

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1785 3056

This is an accepted solution.

You can add more code below:

<style>
h2.footer-block__heading {
    margin-bottom: 5px
}
.footer-block--newsletter {
    margin-top: 5px
}
.footer__content-top.page-width {
    padding-bottom: 5px
}
</style>

 

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @mmstudio ,

To tighten the spacing in-between the footer text on my siteThis is Victor from PageFly - Landing page builder,

I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
a.link.link--text.list-menu__item.list-menu__item--link {
    padding-bottom: 5px;
    padding-top: unset;
}
</style>

PageFlyVictor_0-1680376757688.png

Hope my answer will help you.

Best regards,

Victor | PageFly

mmstudio
Excursionist
19 0 4

Thank you @PageFly-Victor it did tighten up the spaces - the box however is still really big with a gap at the bottom.  Do you know how reduce the blank spaces ?

Screen Shot 2023-04-01 at 3.38.27 PM.png

PageFly-Victor
Shopify Partner
7865 1785 3056

This is an accepted solution.

You can add more code below:

<style>
h2.footer-block__heading {
    margin-bottom: 5px
}
.footer-block--newsletter {
    margin-top: 5px
}
.footer__content-top.page-width {
    padding-bottom: 5px
}
</style>

 

mmstudio
Excursionist
19 0 4

Thank you that is working.  Do you have any idea about the slideshow padding around the text or should I open another question?

 

Screen Shot 2023-04-01 at 4.13.41 PM.png

PageFly-Victor
Shopify Partner
7865 1785 3056

@mmstudio , Yeah, you can open a new topic. I will reply on it