Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Need help adjusting footer size/padding, Flow Theme

Solved

Need help adjusting footer size/padding, Flow Theme

PCBCW
Excursionist
20 0 2

Trying to figure out how to make my footer smaller for my website yearsbeer.com. Please see attached screen shot.

 

Thank you so much for any help.

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

To fix it please add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.footer-bottom{
  padding: 0px !important;
}
.footer-main{
padding-bottom: 0px !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

To fix it please add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.footer-bottom{
  padding: 0px !important;
}
.footer-main{
padding-bottom: 0px !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PCBCW
Excursionist
20 0 2

That worked perfectly. Thank you so much Noah.

PageFly-Noah
Shopify Partner
1317 233 277

Thank you !

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.