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!
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!
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;
}
It fixed the problem!! Thank you so much!!!