Adding Icons to Header
-
I have been trying for some time to add social media icons to the header of my site (here) on the right side.
This is the code I have entered:
<div id="header_icons"> <a href="http://www.twitter.com/haysgracenyc" target="_blank" alt="Twitter"><img scr="http://haysgrace.com/wp-content/uploads/2013/08/Twitter.png"/></a> <a href="http://www.facebook.com/haysgrace" target="_blank" alt="Facebook"><img scr="http://haysgrace.com/wp-content/uploads/2013/08/Facebook.png"/></a> </div>With this in the style sheet:
} #header_icons{ float:right; padding-top:5px; width:195px; z-index:-9999; padding-bottom:10px; } #header_icons img { float:right; height:40px; width:40px; margin:0; margin-left:10px; }My problem is that when I add them, the Navi Menu blocks (About, Clients, Contact) move down. I have tried fumbling around with the style sheet, but am new to css and can’t find anything that works. Please help! Thanks!
The topic ‘Adding Icons to Header’ is closed to new replies.