I would like to move the email form in the black footers beneath the logo. How can I do this?
1 Like
Hi @Ordissii ,
This is a footer layout change, not CSS-only. You need to move the Newsletter block under the logo block in the footer section.
You’ll need to edit code:
- Edit code
- Open
sections/footer.liquid(orfooter-group.liquid) - Move the
{% render 'newsletter' %}(or newsletter block loop) - inside the logo column container
My apologies, what I meant is that I want the email sign up for to be in the footer below the logo
