how can i make my footer like this !
currently it look like this !.
Share your website url please
HI @MinhajAhmed106
You can follow this step to achive your reuslt
Go to online store->edit code-> section-footer.css file
.footer__blocks-wrapper{
display: flex;
justify-content: space-between !important
}
.footer-block{
width: auto !important;
flex-grow: inherit !important;
}
Resut :
does not work !