Adding Social Links To Header
Hi-
I'm trying the add the socialize/footer_links.tpl to my header. I was succesful in doing so but I can't get the css to move the links where I want them. They just stay centered at the top of the header.
From what I can tell from Firebug, the div takes up the whole width of the header - I'm guess this is why it won't move. As compared to the "phones.tpl" they move around with no problem....
Can sombody please tell me what to put in the css below...
#header .social {
}
Heres the code for the template included in the head....
<div class="social">
{if $active_modules.Socialize}
{include file="modules/Socialize/footer_links.tpl"}
{/if}
</div>
Thanks so much!
|