Shopify themes, liquid, logos, and UX
Hello,
You can achieve this by using the below CSS code, or something similar to it:
@media (max-width:768px) {
footer#SiteFooter {
overflow: hidden;
}
.footer-content {
width: 50%;
float: left;
}
.footer-bottom {
width: 50%;
float: left;
}
}
Adding it at the end of your theme.css file would render as the following screenshot:
Further adjusting the structure is possible, but may require more than just CSS.
Cheers!
Hi Gabriel,
Thanks so much! That worked ~ this may be too difficult, but now the blocks are stacked making the left side quite long, did you know if there was a way to split the four content blocks 2 x 2 next to each other? Rather than stacked on the left side?
Thanks so much!!!
Glad to hear that I could be of help!
Regarding your question of adjusting this further, unfortunately, assuming the current structure, it wouldn't be possible through plain CSS - at least not in a 'clean' way.
Cheers!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024