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?
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024