webcreacio Posted June 21, 2013 Share Posted June 21, 2013 (edited) Buenos días!!Después de mover el blockcontactinfos a la columna derecha me encontre en que el formato era distinto a los otros módulos.Ahora aunque lo tengo igual, el texto del title_block me sale mal posicionado. Alguien me podría ayudar?El blockcontactinfos.tpl lo tengo así: <div id="block_contact_infos" class="block"> <h4 class="title_block">{l s='Contact us' mod='blockcontactinfos'}</h4> <p class="block_content"> <ul> {if $blockcontactinfos_company != ''}<li>{$blockcontactinfos_company|escape:'htmlall':'UTF-8'}</li>{/if} {if $blockcontactinfos_address != ''}<li>{$blockcontactinfos_address|escape:'htmlall':'UTF-8'}</li>{/if} {if $blockcontactinfos_phone != ''}<li>{$blockcontactinfos_phone|escape:'htmlall':'UTF-8'}</li>{/if} {if $blockcontactinfos_email != ''}<li>{mailto address=$blockcontactinfos_email|escape:'htmlall':'UTF-8' encode="hex"}</li>{/if} </ul> </p> </div> Y el global.css así: #block_contact_infos .block_content { padding:5px 0px 5px 0px; width:200px; } #block_contact_infos .title_block { padding:5px 0px 5px 0px; width:200px; } #block_contact_infos {padding:5px 0px 5px 0px;} #block_contact_infos li { padding:5px 0px 5px 0px; line-height: 15px; list-style-position:inside; } Y mi problema es el de la captura!!Muchas gracias!!! Edited December 2, 2013 by webcreacio (see edit history) Link to comment Share on other sites More sharing options...
webcreacio Posted July 2, 2013 Author Share Posted July 2, 2013 Hola!! Alguien me podría ayudar?? Aún no he conseguido solucionarlo! GRACIAS! Link to comment Share on other sites More sharing options...
Paula Martinez Posted July 2, 2013 Share Posted July 2, 2013 Hola, Me llamo Raul Martinez, Desde la herramienta firebug, puedes ver los estilos que tienes que tocar. ¿No tienes la tienda de forma publica? Link to comment Share on other sites More sharing options...
webcreacio Posted July 2, 2013 Author Share Posted July 2, 2013 Hola Raul! Muchas gracias por tu interés. He mirado con el firebug pero no logro encontrar donde me falla. Activo la web! http://www.zapateriasmargall.com para ver si lo puedes mirar Muchas gracias!! Link to comment Share on other sites More sharing options...
webcreacio Posted July 28, 2013 Author Share Posted July 28, 2013 Te lo has podido mirar Raul? Gracias Link to comment Share on other sites More sharing options...
Recommended Posts