Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #591636

    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

    #591644

    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

    #591671

    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 ?

    #591672

    look here

    #591675

    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

    #591678

    the spacing between the icons can i set this (tabbing) ?
    :-)

    #591687

    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

    #591694

    GURUUUUUU !!!!

    Yes thats exactly what i mean – superb

    THANK YOU looks great and is useful !!!!

    #591704

    Hey!

    You are welcome, always happy to help :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘social media icons size’ is closed to new replies.