Please assist, my sense theme footer is everywhere and want to remove the spaces and center it

Hi @Jinnav
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

https://trendiscover.myshopify.com/admin 1265

Hi @Jinnav
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.footer-block__details-content {
flex-direction: initial;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
text-align: center;
}
1 Like

It centered the footer but the spacing is still too wide, especially on mobile view. Please attached image.

it’s center now, but a bit wide on spacing, this is the desktop view