All things Shopify and commerce
Hi there,
I would like my footer to stick along the very bottom of the page at all times and would like to move the copyright text to the right next to the language selector. See below:
Theme: Exhibit
Draft template: https://f0hl1r7vhmtog1ub-74563387678.shopifypreview.com
Thanks so much!
Hi,
You need to Modify the theme.liquid and CSS files and for aligment need to update footer.liquid
CSS code to ensure your footer sticks to the bottom of the page
html, body {
height: 100%;
margin: 0;
}
.wrapper {
min-height: 100%;
display: flex;
flex-direction: column;
}
.content {
flex: 1;
}
.footer {
margin-top: auto;
}
Ensure the main content of your page has a class like .content and the footer has a class like .footer. Adjust the class names according to your theme's structure.
At theme.liquid (Wrap Content and Footer)
<div class="wrapper">
<div class="content">
<!-- Your main content goes here -->
{{ content_for_layout }}
</div>
<div class="footer">
<!-- Your footer content goes here -->
{% include 'footer' %}
</div>
</div>
If you still need help you can contact us (information at signature)
Hello, thanks for you help.
I'm not very experience with code. Are you able to explain this in laymans terms?
Were do I past the first code? Which file?
Thanks again!
if you want we can do the task for you. Please contact at given detail at signature
Just sent you an email. Thank you
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025