Wondering if anybody can help or offer a solution as I can’t seem to figure out how to make my footer shorter. I’d like it to end roughly where I’ve drawn the red line. Would really appreciate any advice. I’m using ‘Retina’ from Out of the Sandbox
Thank you
Hi there,
AFAIK, you’ve removed the Bottom Footer of the theme. However, they still left some space there; you might use this custom CSS code to fix the issue:
.footer-bottom {
display: none;
}
Let me know if it helps.
Regards.
Hi @Aiturtle ,
Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.
Hey there, the URL is https://www.alpinetails.com and the password is Delah11, thank you!
Hey there, thanks for getting back to me. I haven’t removed the footer but i did remove the ‘powered by shopify’ text. Is that what you mean by bottom footer? And sorry I’m not too familar with code, can you let me know where exactly to paste it? Thank you!
Hi @Aiturtle ,
Here is the step:
- From your Shopify admin, go to ‘Online store’ and then ‘Themes’.
- Click on the ‘Actions’ button next to your ‘Retina’ theme and select ‘Edit code’.
- In the left-hand menu, find and click on the ‘Assets’ folder.
- Scroll down and click on the ‘theme.css’ file to open it.
- Add the following code at the bottom of the file:
.footer-bottom { display: none; }
Save the changes and refresh your website to see the updated footer.
Hey thanks so much! Worked perfectly 