All things Shopify and commerce
Hello, Guys
I want to reduce my header and footer height to minimum so it can look pleasing, i tried everything but nothing works. please let me know the solution in here as i want to learn it, not just ask some one to do it. thank you in advance, below is the link to my store.
https://devicedinedesign.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
1/ Header, The problem with the header is due to the excess spaces in your logo. You can crop the image to remove these spaces and then try re-uploading the logo as follows:
2/ Footer: To reduce the spacing in the footer, you can update the CSS code as follows:
Find 'section-footer.css' and add the following code at the bottom:
.footer__content-top {
padding-bottom: 0;
}
.footer__content-bottom {
padding-top: 0;
}
.footer__copyright {
margin-top: 0;
}
.footer__content-bottom {
padding-bottom: 15px;
}
Hope this helps.
This is an accepted solution.
1/ Header, The problem with the header is due to the excess spaces in your logo. You can crop the image to remove these spaces and then try re-uploading the logo as follows:
2/ Footer: To reduce the spacing in the footer, you can update the CSS code as follows:
Find 'section-footer.css' and add the following code at the bottom:
.footer__content-top {
padding-bottom: 0;
}
.footer__content-bottom {
padding-top: 0;
}
.footer__copyright {
margin-top: 0;
}
.footer__content-bottom {
padding-bottom: 15px;
}
Hope this helps.
Thank you so much brother ! May GOD bless you 🙂
Hello @MinhajAhmed106
I understand you are looking to reduce the height of Header & Footer section of your store.
Please add the below code at the bottom of theme.liquid file before </body> tag and save.
<style>
.header-wrapper.color-scheme-2.gradient {
height: 120px !important;
}
.footer__content-top.page-width {
height: 175px !important;
}
</style>
Output will be like this -: https://prnt.sc/oHUMh1IBYmps, https://prnt.sc/RMeTDM9DgEHe
I hope the code helps you.
Please share if you have any queries.
Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025