Footer menu alignment issue Impulse theme Need everything to be Centered

Hello,

Can anyone help me align the entire footer section to be center aligned on Desktop view?

I’ve tried everything but it doesn’t seem to work.

My website here: www.sweetwithme.com

Any response would be very appreciated, thank you so much!

1 Like

Hi @sweetwithme
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid

#shopify-section-footer .grid__item {
    width: 100% !important;
    text-align: center;
}
1 Like

It fixed the problem!! Thank you so much!!!