Adjusting footer height in debutify theme

Hi,

I want to remove unnecessary space in footer. Can anybody help me in this?

Store link.

https://shooqllc.com/

Hi @shooq

It’s PageFly - Page Builder App here, I hope you are doing well today!

Regarding this issue, please kindly follow my instruction here:

  1. From Shopify dashboard, go to Online store > Themes > Edit code

  2. In the search box, search for the file named theme.scss

  3. Scroll to the very end of this file, and paste this code:

.box {
    padding-top: 0px;
    padding-bottom: 0px;
}
.bottom-footer {
    display: none;
}
  1. Save the change and reload your store to check

Let me know if this work for you. Have a nice day ahead!

thanks it worked for and i also want to add my own copy rights with increasing the height will center alignment.

Hi,

Can you please help me in adding the copyrights with center alignment.