Shopify themes, liquid, logos, and UX
Hello,
I have my site https://venxxtools.com/
I have 3 menus or sections in my footer that I want on the same line.
I need them aligned and spaced equally
Thanks
Solved! Go to the solution
This is an accepted solution.
Hey @Venxxtools,
Follow these instructions 😊
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
#shopify-section-sections--14679304798290__footer div:first-child {
width: fit-content !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @Venxxtools,
Follow these instructions 😊
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
#shopify-section-sections--14679304798290__footer div:first-child {
width: fit-content !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Your are the best!
It worked.
Thank you very much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025