Footer Menu Alignment

Hi. I’m running into some issues in the footer. I want INSTAGRAM, SHIPPING, FAQ to align horizontally, not vertically. Can’t find any settings to change it. Please help, much appreciated.

2 Likes

Hey @juliewadier02

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

You may try this code in the Footer section “Custom CSS” setting:

.menu__details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* next line if need to center the menu horizontally */
  justify-content: center;
}
.menu__details li {
  margin: 0;
}

default → with code



if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it
1 Like

Could you please let me know what theme your store uses? Alternatively, could you share the link to your page?

hey @juliewadier02 share the URL of your website so i can help you