Hi,
I want to move the Newsletter form to this area of my footer. Please help!
Thanks!
Hey @jasondane
Kindly share your Store URL and Password if enabled
Hey @jasondane
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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,
@media (min-width: 768px){
.footer-block--newsletter {
margin-right: -80%;
transform: translateY(-280%);
}
}
This works. However, the first links on each section are disabled/not clickable
Hello There,
@media (min-width: 768px){
.footer__content-top.page-width {
position: relative;
}
.footer-block--newsletter {
position: absolute;
top: -15%;
left: 83%;
}
}
This worked! Had to alter some figures but it did the trick. Thank you!
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.