How can I rearrange the blocks in my website footer?

Hello! I’d like to change the placement of the blocks in my footer. I want them to sit like how I’ve showed on the pictures below. Thank you in advance!

Site: https://fddd3f.myshopify.com/

Current footer:

How I want it to be:

1 Like

Hi @kitchencrafted

you added different different blocks for this please add this in on block then it will be resolved

Sorry, I didn’t understand you. I can’t add a image & text on one block in Dawn Theme

Hi @kitchencrafted

You can add the block you have to add schema first, then you can add text as well.

How can I do that?

Hi @kitchencrafted

Im not sure if this is what you like, if its try this.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    display: flex;
    gap: 0px;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: auto;
}
.footer-block__details-content.footer-block-image.center {
    justify-content: flex-start;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-top: -50px;
}
@media only screen and (max-width: 749px){
.footer-block__details-content.footer-block-image.center {
    margin-bottom: 0px;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    margin-top: -54px;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    margin-top: 0px;
margin-bottom: 0px;
}
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks for your solution! The mobile one worked, but the desktop one doesn’t sit right.

1 Like

I check you store,everything fines on my side. I think your using a wider screen. What is the screen size your using?

1920x1080

It works fine on desktop, but on full screen it becomes like the one on the photo I sent