Jump to content

al cambiar de idioma se me mueven los iconos


cortegada

Recommended Posts

hola!!

alguien sabe por que sucede esto?

cuando cambio de idioma http://motorsocket.com/es/ se me cambia de lugar los iconos sociales..

es como si heredara otro css...

 

el tpl es este:

 

<div id="social">

 

 

<ul style="float:left; height:48px; width:210px; margin-top:;" >

<li style="display:inline;float:left;margin:9px; margin-top:;"><a href="http://www.facebook.com/motorsocket"><img src="{$img_dir}facebook.png" /></a></li>

<li style="display:inline;float:left; margin:9px;margin-top:;"><a href="http://www.twitter.com/motorsocket"><img src="{$img_dir}twitter.png" /></a></li>

<li style="display:inline;float:left;margin:9px;margin-top:;"><a href="http://www.youtube.com/motorsocket"><img src="{$img_dir}yotube.png" /></a></li>

</ul>

</div>

 

y el css;

 

 

#social {

width:210px;

height:48px;

float:left;

margin-top:px;

margin-left:310px;

 

un saludo gracias

Link to comment
Share on other sites

Fichero:

 

 

/themes/photo/css/global.css

 

 

Busca esto:

 

#header_right {
float: left;
margin-bottom: 15px;
width: 688px;
text-align: right
}

 

Y dejalo asi:

 

#header_right {
float: left;
margin-bottom: 15px;
width: 701px;
text-align: right;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...