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:
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:
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
You can add the block you have to add schema first, then you can add text as well.
How can I do that?
Im not sure if this is what you like, if its try this.
.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;
}
And Save.
Result: Desktop
Same instruction.
@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!
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