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?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024