How can I center the links in the footer menu?

Hi everyone, I have a problem formatting my website. I want to center the links in the footer so that the links are centered like the title, but I don’t know exactly how to do that. Could any of you please help me or give me some guidance? (See the picture below)
Thanks a lot in advance!

show me your shop url

Hello there

hope this helps

  1. Find the CSS class for the footer menu: Open the theme.liquid file and locate the section where the footer menu is displayed. Look for the CSS class that is applied to the menu, and make note of it.

  2. Add the CSS code: In your Shopify admin, go to Online Store > Themes > Customize theme > Theme options > Additional CSS. Add the following code, replacing “footer-menu-class” with the CSS class you found in step 1:

.footer-menu-class { display: flex; justify-content: center; }

Hi @Bxnny

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag


Please refer to this screenshot:

Hope you find my answer helpful!

Best regards,

Victor | PageFly

It dosn’t work

Hi @Bxnny

Can you send me the URL to this page?

Shop URL: https://ondobrush.com
Password: Benny-

Hi @Bxnny

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.footer-block.grid__item.footer-block--menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

1 Like