Jump to content

Eliminar columna derecha


davidsl88

Recommended Posts

/themes/default/css/global.css

 

#right_column {
display: none;
}
#center_column {
width: 757px;
margin-right: 0;
}

 

Eso si, la right_column columna derecha, es mas chick quitarla del

 

/themes/default/footer.tpl

 

Esto:

 

<div id="right_column" class="column grid_2 omega">
 {$HOOK_RIGHT_COLUMN}
</div>

 

por esto

 

{*  <div id="right_column" class="column grid_2 omega">
 {$HOOK_RIGHT_COLUMN}
</div> *}

Edited by Sergio Ruiz (see edit history)
Link to comment
Share on other sites

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