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
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024