Shopify themes, liquid, logos, and UX
I would like to have the 2 menus side by side and keep the about us section at the bottom as is, this is only on the mobile view. Any ideas? Thanks!
Hello @akia1
Go To Online Store > Theme > Action > Edit Code And Paste The Bellow Code In The base.css File
@media screen and (max-width: 749px){
.footer .grid {
display: flex !important;
}
.footer-block.grid__item{
width: 45% !important;
margin: 0 !important;
}
.footer-block.grid__item:first-child, .footer-block.grid__item:last-child {
width: 100% !important;
}
}
If my answer worked for you, please hit the like button and accept it as a solution please.
Thanks!
Hope this works for you
Unfortunately this did not work
store url?
can you share where added the code given by me?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025