Viewing 1 replies (of 1 total)
  • You could do something like this:

    in the style.css add

    div.socialicons
    {
        position:absolute;
    	top:74px;
    	left:1650px;
            width:85px;
    	height:88px;
    }

    you can play around with the values until they are at the right place.

    and to the header.php add

    <div class="socialicons">
    YOUR CONTENT HERE</div>
    Make sure the name after the .div in the css is the same as name in the headers <div class="...">

Viewing 1 replies (of 1 total)
  • The topic ‘Adding social media icons’ is closed to new replies.