Customize footer blocks' positions - Craft theme

Hi,

I’m using the Craft theme.

I want to customize my positions to be like in the picture below:

How can I do that?

thanks

Anyone?

@johnmedalian

Please share your site URL,
I will check out the issue and provide you a solution here.

Thanks!

Hi @infoatcodelab7

Thanks, as I see the Craft theme I’m using is similar to Dawn’s architecture, I thought maybe that can help you in solving my problem

https://wortheattt.myshopify.com/

pass: singa

@infoatcodelab7

Did you find a way to solve it?

Anyone?

@johnmedalian

Please Add this CSS to your base.css file

@media (min-width:991px){
.footer__content-top.page-width {
    display: flex;
}
.footer-block--newsletter {
    display: block;
    margin: 0;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    flex-basis: 80%;
}
}

Thank You!