Footer -> Positioning of "Subscribe Email" to within the invincible block.

Footer -> Positioning of "Subscribe Email" to within the invincible block.

SamSukhoonNordl
Explorer
59 1 12

0f8a16c659665190476eda774d23633d.png

 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;
}
}

Replies 0 (0)