Customize Footer

Customize Footer

jimindraws
Tourist
15 0 3

Hello, 

 

This is my current footer set up (link to my website)

jimindraws_0-1713983464247.png

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)

jimindraws_1-1713983546311.png

 

 

Replies 4 (4)

Raj-WebDesigne
Shopify Partner
60 16 14

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.


Your Willpower Contribution Link

:- Contribution

Contect On My Mail :-Mail@gmail.com


jimindraws
Tourist
15 0 3

@Raj-WebDesigne removed my password!

PageFly-Oliver
Shopify Partner
878 190 186

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.

jimindraws
Tourist
15 0 3

@PageFly-Oliver 

I just removed my password to my site, this code did not work since I already have another custom code applied.