balbuena82 Posted April 17, 2014 Share Posted April 17, 2014 (edited) Hola buenas a ver quien me puede ayudar, tengo la barra home de esta forma y quiero poner una igual en la barra top, gracias de antemano Edited April 17, 2014 by balbuena82 (see edit history) Link to comment Share on other sites More sharing options...
balbuena82 Posted April 17, 2014 Author Share Posted April 17, 2014 Prestashop/modules/themeconfigurator/css/hooks /* Home hook CSS */ #htmlcontent_home ul { margin: 0 -5px; } #htmlcontent_home ul li { padding: 0 5px 10px; } @media (max-width: 479px) { #htmlcontent_home ul li { width: 100%; } } #htmlcontent_home ul li img { max-width: 100%; height: auto; } @media (max-width: 479px) { #htmlcontent_home ul li img { min-width: 100%; } } #htmlcontent_home ul li.htmlcontent-item-5 { width: 66.6667%; } @media (max-width: 479px) { #htmlcontent_home ul li.htmlcontent-item-5 { width: 100%; } } /* Top hook CSS */ #htmlcontent_top ul { margin: 0 -5px; } #htmlcontent_top ul li { padding: 0 5px 10px; } @media (max-width: 479px) { #htmlcontent_top ul li { width: 100%; } } #htmlcontent_top ul li img { max-width: 100%; height: auto; } @media (max-width: 479px) { #htmlcontent_top ul li img { min-width: 100%; } } #htmlcontent_top ul li.htmlcontent-item-5 { width: 66.6667%; } @media (max-width: 479px) { #htmlcontent_top ul li.htmlcontent-item-5 { width: 100%; } } /* Left hook CSS */ /* Right hook CSS */ /* Footer hook CSS */ ya lo tengo resuelto modificando el código, le dado vueltas a la cabeza pero si le puede interesar a alguien aquí va el código Link to comment Share on other sites More sharing options...
Recommended Posts