Jump to content

[SOLUCIONADO]como alinear el text/links del "category block"? Actualmente es centrado


kugi

Recommended Posts

la cuestion seria para que todos coincida... o alinear el texto en el category blcok a la izquierda, o los demas centrados.... Muchas gracias de antemano!

Estimado Kugi,

 

Sabiendo cual es tu tienda, de otros post del foro.

 

Pruebe usted editar el fichero:

 

/themes/freeB/css/modules/blockcategories/blockcategories.css

 

Busca esto:

 

#categories_block_left .tree li {
border: none;
padding-top: 5px;
padding-left: 15px;
background: none;
margin-left: 0;
font-weight: bold;
font-size: 13px;
line-height: 13px;
}

 

Y déjelo así:

 

#categories_block_left .tree li {

border: none;
padding-top: 5px;
padding-left: 15px;
background: none;
margin-left: -21px;
font-weight: bold;
font-size: 13px;
line-height: 13px;
}

Link to comment
Share on other sites

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