Hello all -
I finally figured out after lots of trials and errors how to add a Facebook icon to the top sidebar that is not accessible from the Widgets, but for some reason it will not align with the RSS and Twitter icons. How do I get it to be the same distance and line up? Also how do I make it so that the spacing is the same from the icon to the image title and for there to not be a red line under the link when I hover? I am using wordpress.org.
Here is what it looks like now:
And here is the current code I have in the sidebar.php:
</ul>
<?php endif; ?>
</div>
<?php if($options['feed_email'] && $options['feed_url_email']) : ?>
<a rel="external nofollow" id="feedemail" title="<?php _e('Subscribe to this blog via email...', 'inove'); ?>" href="<?php echo $options['feed_url_email']; ?>"><?php _e('Email feed', 'inove'); ?></a>
<?php endif; if($options['twitter'] && $options['twitter_username']) : ?>
<a id="followme" title="<?php _e('Follow us', 'inove'); ?>" href="http://twitter.com/<?php echo $options['twitter_username']; ?>/"><?php _e('Twitter', 'inove'); ?></a>
<a href = "http://www.facebook.com/pages/Global-Partners-for-Development/108731437608" target = "_blank"><img border = 0 src = "http://www.gpfd.org/blog/images/facebook.png" title = "Join us on Facebook"> Facebook</a>
<?php endif; ?>
<div class="fixed"></div>
</div>
</div>
<!-- showcase -->
Any help would be so appreciated! Thank you!!!