Footer Menu Center Alignment On Mobile - Studio Theme

Hello,

How can I center align the footer menu on the mobile version of my website?

http://www.noonelikeyouny.com

Thank you for your assistance in advance.

@NOLY ,

@media screen and (max-width: 750px){
a.link.link--text.list-menu__item.list-menu__item--link {
    display: block;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

Thank you so much!

@NOLY ,

If it is helpful then please accept the post.