Hi,
I’m using the Craft theme.
I want to customize my positions to be like in the picture below:
-
I want the “Follow us” part to be in the right of the last part (contact us)
-
I want to divide the width of each of the three blocks to Menu 25%, Contact us 50%, Follow us 25%
How can I do that?
thanks
@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!