Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) { .footer-social-remove-circle ul.footer-socials li a i { font-size: 16px; }
ul.footer-socials li a span { font-size: 12px; } }
Change 16px by the icon size and 12px by the social name text size.
Hi,
How can I change the social icons size in footer for mobile view?
I have managed to change the size in desktop view but there is no option for mobile or tablet view.
Thank you.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 16px by the icon size and 12px by the social name text size.
Regards,
PenciDesign.
Perfect!
Thank you very much.