Dawn Theme Newsletter position and Menus on FOOTER

Hi, does anyone know how can I have my Footer section like this one on the picture? And also reduce the size of Footer beacuse right now is very large and I want to be minimal and clean

Please let me know!

Heres the link to my store

vilenkanto.com

@bsilva_123 - what’s the password to view page?

you can enter now please

Hi @bsilva_123

Please follow these steps:

  • First, make sure you enable Show Newsletter and Social media icon:

Then go to Theme → Edit code → “footer.liquid”.

  • To add your newsletter section as your finger show, search line:
{%- if section.settings.newsletter_enable -%}

and copy all code wrapped by this condition:

And then paste all code below this line:

{%- endfor -%}

Please refer to the image below:

  • Next step is to move all icons into this section. Normally, these social media display like:

  • In this file, several sections display icons:

  • Now copy and paste the section you want to display to the end of the newsletter you’ve added. For example:

And this is the result:

  • Finally, disable Show social icon and newsletter. Then check the result.

I hope that it works for you.

I have this error:

Liquid syntax error (line 410): ‘javascript’ tag must not be nested inside other tags

Hi @bsilva_123

We’ve reviewed all code and have not found the error in our guide.

Your error Liquid syntax error (line 410): ‘javascript’ tag must not be nested inside other tags seems that you modified code from line 410, and our solution did not mention it.

Please double-check your code based on our guide. If you still have the error, please capture all the code, and I’ll find your issue.

1 Like

It worked, thank you very much @BSS-Commerce !!! BUT
I have another question, theres any posible way to edit the code and leave the footer like the picture here?

Hi @bsilva_123

Changing the order in the code is impossible because the sections are saved in the theme and cannot be put together.

However, you can change the order of sections in Customize theme (Section Footer). Also, to reduce the spacing at the bottom of the page, you can edit it here:

I hope that it’s useful for you. Besides, if our suggestion worked for you, can you kindly give us a like and mark it as a solution? It can help other merchants solve their issues. Thanks

1 Like