Hello,
How can I center align the footer menu on the mobile version of my website?
Thank you for your assistance in advance.
Hello,
How can I center align the footer menu on the mobile version of my website?
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
Thank you so much!
@NOLY ,
If it is helpful then please accept the post.