Thank you. Works perfect.
As I have a custom style the icons were touching the top of the navbar with some space at the bottom. If somebody has the same issue and you want to align them nicely in the middle just add the following:
Edit the ozzy_social_media_links.css
In .ozzy_social_media_links_span add the following:
margin-top: 5px;
You might need to change the "5px" to a higher or lower number that works for your navbar
|