How can I modify the foot section in the Expanse theme?

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 :folded_hands:t5:

@Eze_Paul , Can you share your store url ?

yes

www.furnishmaxi.se

Something like that :

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;
    
}

}
1 Like

Thank you!, it works perfectly.

1 Like