Hi @lyna123
Im sorry i didnt notice the notification to this post. Thanks for the info,
I just like to clarify from footer black to footer white right? As image youve provided?
Only the alignment oyu like to change or also the background color?
Check this one.
@media only screen and (min-width: 749px){
.footer__content-top.page-width {
display: flex;
flex-direction: row-reverse;
column-gap: 5% !important;
}
.footer-block--newsletter {
flex-direction: column;
flex-wrap: wrap;
width: 20%;
margin-top: 0px;
}
ul.list-unstyled.list-social.footer__list-social, .footer__follow-on-shop {
align-self: flex-start;
}
.footer-block .grid--4-col-tablet .grid__item {
width: 20%;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
flex-grow: 2;
}
.footer__follow-on-shop:not(:first-child):not(:last-child) {
text-align: left !important;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
