Have your say in Community Polls: What was/is your greatest motivation to start your own business?

dawn theme footer design

dawn theme footer design

MinhajAhmed106
Explorer
54 1 10

how can i make my footer like this !

Untitled.png

 

currently it look like this !.

Untitled2.png

Replies 4 (4)

WalkYourStyle
Trailblazer
450 54 70

Share your website url please

MinhajAhmed106
Explorer
54 1 10

BrainStation23
Shopify Partner
413 62 60

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 :

BrainStation23_0-1719832022912.png

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
MinhajAhmed106
Explorer
54 1 10

does not work !