On my store: sipsnap.store
I want the policies and terms of service to be on the left side where the subscribe email is, and the subscribe email button to be centered. How do i do this?
On my store: sipsnap.store
I want the policies and terms of service to be on the left side where the subscribe email is, and the subscribe email button to be centered. How do i do this?
Hi @sipsnapshop
Thank you for reaching out to the Shopify community.
In order to change the position of policies list please follow the below steps.
Go to your theme code editor and search for file named footer.liquid in Sections folder.
Then search the keyword policies in file and copy the ul list and delete that code from there.
3.Now search for footer-block–newsletter in the file and you have to paste the copied code below that div.
4.Now the position would have been changed, you can adjust margin and padding in section-footer.css file in Assets folder.
Please give it a try and let me know if this was helpful.
Thanks