Shopify themes, liquid, logos, and UX
Hello,
This is my current footer set up (link to my website)
I want to move the subscribe to email column as the third one before the socials and display a short message under the "subscribe to our emails" header. Is there anyway to do that? I want it to basically look like the footer below (link to example)
Can You Share Your Site Pass
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hi @jimindraws ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(min-width:767px){
.Footer__Block:nth-child(3){
order:4
}
.Footer__Block:nth-child(4){
order:3
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
I just removed my password to my site, this code did not work since I already have another custom code applied.
In Canada, payment processors, like those that provide payment processing services t...
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