Pedro Oliver Posted March 29, 2011 Share Posted March 29, 2011 He conseguido centrar las subcategorías aquí la solución:hay que editar el codigo css de themes/tutheme/css/global.cssbucar las propiedades i editarlas:global.css #subcategories { clear:both; float:left; overflow:hidden; width:100%; text-align : center; } ul.inline_list { float:left; left:50%; list-style-type:none; margin:0 auto; padding:0; position:relative; } ul.inline_list li { float:left; position:relative; right:50%; } En category.tpl, hay que crear un div envolviendo las subcategorías así category.tpl {if isset($subcategories)} <!-- Subcategories --> {l s='Subcategories'} {foreach from=$subcategories item=subcategory} getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" /> {else} {/if} getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'} {/foreach} {/if} este es el resultado:Resultado Subcategorías centradasy ya sta. 1 Link to comment Share on other sites More sharing options...
mercedesgelsi Posted June 21, 2011 Share Posted June 21, 2011 Muchas gracias por tu solución, he intentado todas las de los otros posts y ninguna funcionaba... Solo tengo un problemilla con esta solución, y es que los nombres de categorías largos los corta por la mitad, tanto en explorer con en firefox. Adjunto una imagen para que veas, alguna idea de como solucionar ese problema? Muchas gracias! Link to comment Share on other sites More sharing options...
Recommended Posts