I'm trying to get the social media icons in the footer to be centered on mobile view. I allready figured out how to center the copyright text and that worked:
@media only screen and (min-width : 1px) and (max-width : 1000px) { #footer-outer #copyright p { text-align: center; }
But can't find the right lines with element inspect to make the social icons center. A hint?
I'm trying to get the social media icons in the footer to be centered on mobile view. I allready figured out how to center the copyright text and that worked:
@media only screen and (min-width : 1px) and (max-width : 1000px) {
#footer-outer #copyright p {
text-align: center;
}
But can't find the right lines with element inspect to make the social icons center. A hint?
Hey!
Can you provide the site url so i can have a look.
Thanks
ThemeNectar Support Team
Hey!
Have added the custom css.
Thanks
ThemeNectar Support Team
Thanks Tahir! Works perfect!