Hi
I am trying to align my footer but it seems to be in 2 sections. I would like for the menu (left), contact details (centre) and social’s (right) to be all on one line.
Thanks!
Robyn
Hi
I am trying to align my footer but it seems to be in 2 sections. I would like for the menu (left), contact details (centre) and social’s (right) to be all on one line.
Thanks!
Robyn
You want only logo & contact info in the center? rest will as it is ?
Can you share the footer.liquid file in PM ?
I will solve your issue..
Hi @littlebirdy ,
May this guide will help you edit the footer:
Step 1: Click Edit code
how to modify footer.liquid in shopify
Step 2: Open the footer.liquid file
After navigate to the Sections folder, the Shopify store owners need to open the footer.liquid file
Step 3: Search powered_by_link
By typing these combinations ctrl + F or command + F on a Macbook, the users can find for {{ powered_by_link }}.
how to modify footer.liquid in shopify
Step 4: Delete the tag
Before locating the Shopify online merchants have to delete the tag and also delete the Debut theme if there are two occurrences of {{ powered_by_link }}.
Step 5: Click Save {#step-5}
Click Save to finish and save the changes.
I hope this helps.