Hello everyone, I was wondering if anyone knew how to centre the social icons in the supply theme footer for mobile...the desktop looks fine with legal links on the far left and social icons on the far right. However, on mobile, the legal links are already centred and I'd like the social icons centred with them. Any help would be much appreciated!
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please place this code at the end of theme.scss
@media only screen and (max-width: 600px) {
.social-icons {
text-align: center;
}
}
User | Count |
---|---|
819 | |
131 | |
86 | |
73 | |
70 |