Hi,
I want to remove unnecessary space in footer. Can anybody help me in this?
Store link.
Hi,
I want to remove unnecessary space in footer. Can anybody help me in this?
Store link.
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:
From Shopify dashboard, go to Online store > Themes > Edit code
In the search box, search for the file named theme.scss
Scroll to the very end of this file, and paste this code:
.box {
padding-top: 0px;
padding-bottom: 0px;
}
.bottom-footer {
display: none;
}
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.