How can I fix the slightly off-center footer menu on my desktop site?

Hello again > <

So i previously had someone give me this code to center align my footer menu on desktop and Mobile:

.list-menu__item {
    display: block !important;
}

And it’s worked so well up until now (Not sure if its clashing with other newer codes?? > <)

So now my Footer menu is only a tiny bit off center? Does anyone know how to fix this??

It only shows up like this on desktop and NOT mobile!

Mobile looks good! ↓

So sorry once again T^T

website is www.negimelon.com and theme is dawn.

@Nyuu - to make change on desktop, please add this css to the very end of your base.css file and check

@media screen and (min-width: 750px){
.footer-block__details-content>li:not(:last-child) {margin-right: 0 !important;}
}
1 Like

@suyash1 Thank you very very much TT^TT :heart:

1 Like