Shopify Footer Makeover: How to Align Your Footer Menu with Your Header's Sleek Design
Hey there, fellow store owners! Ever found yourself tweaking your Shopify store and thinking, "My header looks great, but my footer... not so much?" You're definitely not alone. A consistent design across your entire site, from top to bottom, makes a huge difference in how professional your brand appears and how easily customers navigate your store.
Recently, I was diving into the Shopify community forums, and a thread titled "How to make the footer menu look like the header?" immediately caught my eye. It was started by oshop0307, who was running into this exact challenge with their "Turner" theme. They had a vertically stacked footer menu and wanted it to look sleek and horizontal, just like a header, and even wanted to get rid of that "footer menu" heading. Sound familiar?
The Challenge: A Footer Out of Sync
oshop0307 shared a couple of great images to illustrate their point. Here’s what their footer looked like initially, with the menu items stacked:
And here’s the inspiration – a footer that mirrors the header's horizontal, clean layout:
The core of the problem was needing to transform the layout and remove the default "footer menu" heading that often appears. This kind of visual consistency is key to a polished online store, and it's a common request I see from merchants!
The Community Steps In: Finding the Right CSS
Right away, some helpful folks jumped in. Mustafa_Ali and Moeed, both active Shopify partners, offered solutions. Moeed, in particular, asked for the store URL and password (which oshop0307 kindly provided: OUMMI, password: magenta) to get a better look. This is a great example of how getting specific details helps the community provide accurate advice!
Mustafa_Ali first suggested a CSS snippet using display: grid to create a horizontal layout with a large gap:
Moeed then came back with an alternative, iterating on the solution, which ultimately proved to be the winning ticket for oshop0307. This is often how custom code solutions evolve – a bit of trial and error, and refining the approach based on the specific theme and desired outcome.
The Winning Solution: Moeed's Custom CSS for a Header-Like Footer
The key to achieving that clean, horizontal header-like footer, along with hiding the "footer menu" title, lies in a bit of custom CSS. Moeed's final code snippet, which oshop0307 confirmed worked perfectly, leverages Flexbox for layout and a simple display: none to remove the heading.
Step-by-Step Instructions to Implement the Code:
Before you start: Always, always, always duplicate your theme before making any code changes. This way, if something goes wrong, you can quickly revert to a working version!
- From your Shopify admin, go to Online Store > Themes.
- Find the theme you want to edit (e.g., "Turner" theme), click the Actions button, and then select Edit code.
- In the left-hand sidebar, locate the
theme.liquidfile under the "Layout" directory and click on it to open it. - Scroll all the way down to the bottom of the
theme.liquidfile. You're looking for the closing


