Shopify themes, liquid, logos, and UX
I want To fix Footer in Mobile view make it horizontal
URL https://luxuriajewllery.com/
Solved! Go to the solution
This is an accepted solution.
Add this code in your theme.css file:
@media (max-width: 699px) {
.footer__item-list {
grid-template-columns: 1fr !important;
}
}
Result:
This is an accepted solution.
Add this code in your theme.css file:
@media (max-width: 699px) {
.footer__item-list {
grid-template-columns: 1fr !important;
}
}
Result:
@Emiway Please follow below steps to display footer content in horizontal. Let me know whether it is helpful for you.
@media screen and (max-width: 740px){
.footer__item-list {
grid-template-columns: 1fr !important;
}
.footer__item {
max-width: 100% !important;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025