Comments LiskaD started the conversationJune 3, 2019 at 8:33pmHi there, can anyone tell me how to get my social icons to be centered on mobile? I figured out how to center the copyright by using:@media only screen and (min-width : 1px) and (max-width : 1000px) {#footer-outer #copyright p {text-align: center;}But not sure how to apply the same idea to the social icons. Andrew replied privately 8dan-kray repliedMay 13, 2022 at 12:18pmHi AndrewI have the same question. Can you share the solution publicly? Thanks a lot 8dan-kray repliedMay 13, 2022 at 12:28pmSolved:#footer-outer #copyright .container div:last-child { display: flex; justify-content: center;} 1,877Judith repliedMay 13, 2022 at 5:04pmHi Dan,Glad you got a workaround.Thanks. Sign in to reply ...
Hi there, can anyone tell me how to get my social icons to be centered on mobile? I figured out how to center the copyright by using:
@media only screen and (min-width : 1px) and (max-width : 1000px) {
#footer-outer #copyright p {
text-align: center;
}
But not sure how to apply the same idea to the social icons.
Hi Andrew
I have the same question. Can you share the solution publicly?
Thanks a lot
Solved:
#footer-outer #copyright .container div:last-child {
display: flex;
justify-content: center;
}
Hi Dan,
Glad you got a workaround.
Thanks.