Shopify themes, liquid, logos, and UX
Hello,
I would like to make my footer more compact.
Currently, I’m using the Dawn theme on my website, carcleansweden.se, and I’m struggling to achieve this specific layout.
This is my current footer:
My goals are to make my footer more similar to the example shown in the image.
Could you please guide me on how to achieve this? Specifically, any CSS code or theme adjustments that would help me replicate this style in the Dawn theme would be appreciated.
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @CarCleanCC
@media screen and (max-width: 768px){
.footer__content-top > .footer__blocks-wrapper {
display: grid !important;
grid-template-columns: 1fr 1fr;
}
.footer__content-top > .footer__blocks-wrapper > div {
margin: 0 !important;
}
}
Hi @CarCleanCC,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.footer__blocks-wrapper.grid {
display: flex !important;
}
.footer__blocks-wrapper.grid .footer-block.grid__item {
width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
margin-top: 0;
}
}
This is an accepted solution.
Hi @CarCleanCC
@media screen and (max-width: 768px){
.footer__content-top > .footer__blocks-wrapper {
display: grid !important;
grid-template-columns: 1fr 1fr;
}
.footer__content-top > .footer__blocks-wrapper > div {
margin: 0 !important;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025