Hi
how to set the social media icons of the header to pixel size 48px? google page check wants this !?
thank you for the answer guru´s
anderas
Hey Andreas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header .social_bookmarks li a { font-size: 48px; }
Cheers!
Yigit
hi yigit
i forget to say mobile only
and i need this done: https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately
???
how to do this ?
look here
Hi!
Please change the code to following one
@media only screen and (max-width: 580px) {
#top #header .social_bookmarks li a { font-size: 48px; }}
Best regards,
Yigit
the spacing between the icons can i set this (tabbing) ?
:-)
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive #header .social_bookmarks li { margin-right: 10px; }}
If that is not what you meant, please elaborate.
Regards,
Yigit
GURUUUUUU !!!!
Yes thats exactly what i mean – superb
THANK YOU looks great and is useful !!!!