How can I center the mobile footer on my Prestige theme?

Hi @ben_yamada

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 749px) {
.social-media--list, 
.footer__block-list { justify-content: center !important; }
}

1 Like