As title says.
Code that I used for making it a block. /section-footer.css
@media screen and (min-width: 750px) {> .footer-block–newsletter {> position: absolute;> right: 0;> top: 0;> }> .footer__content-top {> position: relative;> }> }
A user is seeking help with repositioning the “Subscribe Email” element within the footer section of their store.
Current Issue:
Technical Details:
.footer-block--newsletter and .footer__content-top classesStatus:
The discussion remains open with no responses yet. The user has shared their attempted solution but appears to need guidance on proper implementation or troubleshooting the positioning issue.
As title says.
Code that I used for making it a block. /section-footer.css
@media screen and (min-width: 750px) {> .footer-block–newsletter {> position: absolute;> right: 0;> top: 0;> }> .footer__content-top {> position: relative;> }> }