All things Shopify and commerce
Hi there,
I would like my footer menu to appear in one single horizontal line no matter the screen size on DESKTOP.
Please help!
Website: https://nuijewellery.com.au/
Solved! Go to the solution
This is an accepted solution.
Hi @jewellerystore1 ,
You can extend footer menu to one line by following this guide:
1. Go to your online store
2. Go to themes and edit code
3. Find theme.liquid file and add this code before </head> tag
<style>
@media (min-width: 768px) {
.md\:grid-cols-12:has(.menu) {
grid-template-columns: none !important;
}
}
</style>
The result will look like this
Hope this will help you
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @jewellerystore1 ,
You can extend footer menu to one line by following this guide:
1. Go to your online store
2. Go to themes and edit code
3. Find theme.liquid file and add this code before </head> tag
<style>
@media (min-width: 768px) {
.md\:grid-cols-12:has(.menu) {
grid-template-columns: none !important;
}
}
</style>
The result will look like this
Hope this will help you
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Legend! Thanks so much that worked 🙂
Hi @jewellerystore1,
I checked your problem and here is the solution for you. Please follow the guide below:
Step 1: Navigate to Online store => Themes => Edit code
Step 2: Find the theme.liquid file and add insert this code to your file (insert this code above tag </body> like this)
<script>
const elements = document.querySelectorAll('.shopify-section-group-footer-group footer .wrapper .relative .grid');
elements.forEach(element => {
element.style.gridTemplateColumns = 'repeat(1, minmax(0, 1fr))';
});
</script>
Hope this can help you.
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
#shopify-section-sections--22716799123742__footer .items-top {
display: flex !important;
justify-content: center;
}
</style>
In addition on the home page, you can add an "about us" section to create a Good First Impression, Building Trust, Improving SEO An "About Us" section containing keywords related to your business field can help improve SEO rankings, attract more traffic from search engines.
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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