Ver Mensaje Individual
Antiguo 23-06-2015 , 12:09:24   #15
commodore128
Denunciante Popular
 
Avatar de commodore128
Me Gusta
Estadisticas
Mensajes: 1.019
Me Gusta Recibidos: 898
Me Gustas Dados: 1
Ingreso: 20 feb 2015

Temas Nominados a TDM
Temas Nominados Temas Nominados 7
Nominated Temas Ganadores: 0
Reputacion Poder de Credibilidad: 19
Puntos: 14672
commodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Vivientecommodore128 Es Una Leyenda Viviente
Premios Recibidos

  
Predeterminado Tema PLL para Smline



descargar el tems pll de smline desde aqui: Archivo Adjunto 2417828


Para los que quieran los post a la izquierda abren el archivo home.tpl
y borran todo su contenido y luego le pegan esto:

[code]
{include file='includes/header.tpl'}

{include file='i_home/news.tpl'}

<div class="home_left">
{include file='i_home/last_posts.tpl'}
</div>

<div class="home_center">
{include file='i_home/stats.tpl'}
{include file='i_home/last_comments.tpl'}
{include file='i_home/top_posts.tpl'}
{include file='i_home/top_users.tpl'}
</div>

<div class="home_right">
{include file='i_home/last_members.tpl'}
{include file='i_home/links.tpl'}
{include file='i_banners/160.tpl'}
</div>

{include file='includes/footer.tpl'}
[/code]


Luego abren el archivo home.css y reemplazan

[code]
.home_left {
width: 410px;
float: left;
margin-left: 5px;
[/code]

por :

[code]
.home_left {
width: 410px;
float: left;
/*margin-left: 5px;*/
[/code]

Luego reemplazan

[code]
.home_center {
width: 310px;
/*margin-left: 5px;*/
float: left;
[/code]

por:

[code]
.home_center {
width: 310px;
margin-left: 5px;
float: left;
[/code]
Imágenes Adjuntas
Tipo de Archivo: jpg fffftyy.jpg (25,3 KB (Kilobytes), 47 visitas)

__________________
http://www.denunciando.com/signaturepics/sigpic758631_3.gif
commodore128 no está en línea   Responder Citando
 
Page generated in 0,03453 seconds with 12 queries