Hello,
I'm trying to add some social media buttons to the top right of our header. The website is : http://tinyurl.com/7nsscka.
I would prefer to add these buttons/icons through manually changing the style.css and I think the header.php.
I would really appreciate any help! I'm thinking that there should be a FB, Twitter and RSS icon.
Thanks!
Hello again,
So at this point I've been able to make the following style.css and header.php changes.
#header_icons {
float: left
margin: 50px;
width: 190px;
padding-left: 15px;
}
#header_icons ul {
height: 50px;
width: 50 px;
}
#header_icons ul li{
display: inline;
float: left;
height: 50px;
margin: 0px;
padding; 0px;
}
#header_icons img {
float: left;
height: 50px;
margin: 0px;
padding-left: 15px;
width: 50px;
<div id="header_icons">
<ul>
<li><a href="http://www.twitter.com/RFA_Saving_Kids" target="_blank" alt="Twitter">< img src="http://www.restavecfreedomalliance.org/wp-content/uploads/twitter_icon.jpg" /></li>
</ul>
</div>
Is this right??
Could someone help me please? Thanks!