Centre align footer "menu" including the Heading?

I have played with the code and nothing seems to work. Please help how I can centre align the highlighted lines in attached image.

URL: https://littleprincessgown.com/

2 Likes

Hi @AMB771007

Please share the link to your store.

Hello @AMB771007

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

1 Like

@AMB771007

Can you share your store URL!

Thanks!

1 Like

Hi, can you share store URL?

1 Like

Shared in original post!

Hi @AMB771007 , I see its normal

1 Like

I want the header and text to all centre align.

@AMB771007

Please add the following css code to your assets/section-footer.css bottom of the file.

@media screen and (min-width: 750px) {
.footer-block {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
}

Thanks!

Please add this code to theme.liquid file , after in Online Store > Themes > click “…” > Edit code


Hi @AMB771007

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    text-align: center !important;
}

Result:

Best,

Liz

Hi Liz, the centre alignment looks off, is there a way to make it look better?

2 Likes

Hello @AMB771007

I think it’s working fine.

1 Like