Jump to content

SOLUCIONADO -Centrar los Textos e imagenes de categorias


markpubli

Recommended Posts

Denada,

 

En el archivo global.css de tu plantilla:

 

http://www.motosbmws.../css/global.css

 

en la linea 741 pone:

 

 

 

div#subcategories ul.inline_list li {

float: left;

margin-right: 20px;}

 

cambialo para que ponga:

 

 

 

div#subcategories ul.inline_list li {

float: left;

margin-right: 20px;

width: 156px;

text-align:center;

}

 

 

MUCHISIMAS GRACIAS. Da gusto tener gente asi en el foro.

Link to comment
Share on other sites

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