I have this foot section as seen on below picture.
I want it to look like the picture bellow. All Expanse theme.
can someone help me with that?. Thanks
I have this foot section as seen on below picture.
I want it to look like the picture bellow. All Expanse theme.
can someone help me with that?. Thanks
@Eze_Paul , Can you share your store url ?
Yes something like that but not to close
Go to footer.css and add the following code :
@media (max-width:768px){
.footer__block, .footer__block--mobile {
flex: 1 1 30% !important;
max-width: none;
}
}
Thank you!, it works perfectly.