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;
}
}
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024