Hello,
i’d like to change the position of the social media icons in a header (logo center, menu below) just a bit upwards. I tried some of the css i found here and on my own but couldn’t get it to work :)
Hey elvirais,
Please try the following in Quick CSS under Enfold->General Styling:
#header .social_bookmarks {
top: 0;
margin-top: 20px;
}
Best regards,
Rikard
Hi, that doesn’t seem to work unfortunately (tested in Firefox and Edge).
Hi,
Ok, thanks for the feedback. Please try this instead:
#header .social_bookmarks {
top: 0 !important;
margin-top: 20px !important;
}
Don’t forget to clear your browser cache and reload a few times after adding it.
Best regards,
Rikard
Yes, that did it, thank you very much!