How to center the social icons on the password page in the stiletto theme?
Hey .. thnkx for ur reply.. the url of the password page is www.munitribe.nl
Hi @MuniTribe
Add below css at the end of theme.css file.
.social-icons-block.section-blocks__social-icons {
display: flex;
justify-content: center;
}
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Thank you so much! Works perfectly