• Hello,

    I’m trying to add some social media buttons to the top right of our header. The website is : https://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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Patrick Nommensen

    (@pnommensen)

    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="https://www.twitter.com/RFA_Saving_Kids" target="_blank" alt="Twitter">< img src="https://www.restavecfreedomalliance.org/wp-content/uploads/twitter_icon.jpg" /></li>
    	</ul>
    	</div>

    Is this right??

    Thread Starter Patrick Nommensen

    (@pnommensen)

    Could someone help me please? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Social Media Buttons to Header’ is closed to new replies.