Move Newsletter Form in footer - Dawn Theme

Hi,

I want to move the Newsletter form to this area of my footer. Please help!

Thanks!

1 Like

Hey @jasondane
Kindly share your Store URL and Password if enabled

https://boconceptcontract.com.au/

Hey @jasondane

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

I altered the code and you can see the results in the site: https://boconceptcontract.com.au/


However, if you check the first links on each section like “Build-to-Rent”, “Office Design”, About Us, Contact Us. They seem to have been disabled

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > section-footer.css and paste this at the bottom of the file:
@media (min-width: 768px){
.footer-block--newsletter {
margin-right: -80%;
transform: translateY(-280%);
}
}

1 Like

This works. However, the first links on each section are disabled/not clickable

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > section-footer.css and paste this at the bottom of the file:
@media (min-width: 768px){
.footer__content-top.page-width {
position: relative;
}
.footer-block--newsletter {
position: absolute;
top: -15%;
left: 83%;
}
}

1 Like

This worked! Had to alter some figures but it did the trick. Thank you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.