View Single Post
  #1  
Old 07-26-2012, 08:06 PM
 
pcarcare pcarcare is offline
 

eXpert
  
Join Date: Jun 2004
Location: Salt Lake City, Utah
Posts: 230
 

Default 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!
__________________
X-cart gold 4.5.2 (live)
X-payments 1.0.5

http://www.professionalcarcare.com
Your online source for all your car care needs
Reply With Quote