Forums

Adding Social Media Buttons to Header (3 posts)

  1. Patrick Nommensen
    Member
    Posted 6 months ago #

    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!

  2. Patrick Nommensen
    Member
    Posted 6 months ago #

    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??

  3. Patrick Nommensen
    Member
    Posted 6 months ago #

    Could someone help me please? Thanks!

Reply

You must log in to post.

About this Topic