All things Shopify and commerce
Hello,
Can someone point me or explain how to code for adjusting the padding which I believe
controls the height of the header and footer. Currently the Reformation Theme does not
have the function.
Thank You !
Solved! Go to the solution
This is an accepted solution.
Yes, I've just noticed that there seem to be quite a few sizing issues on your e-commerce website. While you can add the desired sizing using the methods below, these changes may cause disruptions to other elements, requiring additional work to address those as well. I hope I've explained this clearly.
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
1) Navigate to the 'Edit Code' option in your theme settings, then search for 'theme.liquid' in the search bar.
2) Paste the following code below the '<head>' tag. Please refer to the attached screenshot for guidance.
<style>
.header {
max-height: 200px;
}
.footer {
max-height: 300px;
}
</style>
Hello!
Some themes don't have this feature. It requires manual code insertion. What is the name of the website?
Terence
This is an accepted solution.
Yes, I've just noticed that there seem to be quite a few sizing issues on your e-commerce website. While you can add the desired sizing using the methods below, these changes may cause disruptions to other elements, requiring additional work to address those as well. I hope I've explained this clearly.
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
1) Navigate to the 'Edit Code' option in your theme settings, then search for 'theme.liquid' in the search bar.
2) Paste the following code below the '<head>' tag. Please refer to the attached screenshot for guidance.
<style>
.header {
max-height: 200px;
}
.footer {
max-height: 300px;
}
</style>
Thanks ! That did the trick.
You are welcome 😉
Let me know if you need any further assistance. Feel free to tag me or send a private message when opening a new topic. If I find time outside of our software and "Shopify Premium Support" service, I can assist.
Best regards.
Terence.
Hi Terence,
How can I edit the code so that there is no white space on the bottom of the page and the "follow shop" icon
is on the header next to the logo.
zepproshop.com
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024