Shopify themes, liquid, logos, and UX
Hello,
I can't seem to figure out how to change the footer menu to be arranged horizontally. Can anyone please help?
Also, I want to put the "subscribe to email" to be on the right side (refer to image)
Site: https://www.designfruit.com.au/
Solved! Go to the solution
This is an accepted solution.
Hello @jasondane ,
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag for displaying the footer menu as horizontal and save.
<style>
ul.footer-block__details-content.list-unstyled {
display: inline-flex !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
line-height: 0 !important;
}
</style>
Output ->
I hope the code helps you.
Please share if you have any queries.
Thank you.
Add This Css in your edit Code > base.css File
@media screen and (min-width: 768px) {
.footer .footer__content-top {
display: flex;
align-items: center;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
it worked for the subscribe to email section. My footer menu is still stacked vertically
Try This One
@media screen and (min-width: 768px) {
.footer .footer__content-top {
display: flex;
align-items: center;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
width: 50%;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
okay, i may not have been clear with my issue. The footer menu (Collection, Categories) are lined up vertically, I want them to line up horizontally
Thanks!
This is an accepted solution.
Hello @jasondane ,
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag for displaying the footer menu as horizontal and save.
<style>
ul.footer-block__details-content.list-unstyled {
display: inline-flex !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
line-height: 0 !important;
}
</style>
Output ->
I hope the code helps you.
Please share if you have any queries.
Thank you.
This one did the trick. Thank you!
Hello,
I am San from MS Web Designer.
Edit code > base.css
@media screen and (min-width: 768px) {
.footer-block--menu .footer-block__details-content {
display: flex;
align-items: center;
flex-wrap:wrap;
}
.footer-block--menu .footer-block__details-content .link{padding-top:0 !important}
}
Do let me know in case of any concerns.
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
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