Shopify themes, liquid, logos, and UX
Please help
https://kashco-interiors.myshopify.com/
Password - Kashco
Hey @kashco ,
To remove the extra spacing in your footer and disable the collapsible menu on mobile while keeping the design neat, follow these steps:
1. Remove Extra Spacing in Footer:
- Locate your footer section file in the theme editor (likely under footer.liquid or theme.css).
- Adjust padding and margins using CSS:
.footer {
padding-bottom: 0px !important; /* Adjust if needed */
margin-bottom: 0px !important;
}
2. Disable Collapsible Menu on Mobile:
- If your theme has a collapsible menu, find the corresponding JavaScript controlling it (theme.js or footer.js).
- Disable the collapsible functionality by removing or commenting out the script.
- If it's controlled via CSS, override it like this:
@media (max-width: 768px) {
.footer-menu {
display: block !important;
}
.footer-menu .menu-item {
display: inline-block;
width: auto;
}
}
Let me know if you need help finding the right file in your theme!
If I was able to help you, please don't forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!
Best Regard,
Rajat
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025