Yolandavm Posted April 16, 2013 Share Posted April 16, 2013 Hola, estoy intentando bajar la altura del buscador y el carrito, pero es que no encuentro la manera de hacerlo. ¿Alguien me puede ayudar, por favor? La tienda es esta: http://www.deliciascarnales.com Gracias, saludos. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 16, 2013 Share Posted April 16, 2013 Hola, estoy intentando bajar la altura del buscador y el carrito, pero es que no encuentro la manera de hacerlo. ¿Alguien me puede ayudar, por favor? La tienda es esta: http://www.deliciascarnales.com Gracias, saludos. Ups, usas la plantilla antigua antigua de las versiones anteriores, por lo que veo desde firebug en tu web, si vas al fichero: http://www.deliciascarnales.com/themes/Definitivo/css/modules/blocksearch/blocksearch.css encuentras esto: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px } Creo que si lo dejas asi: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px; margin-top: 22px; } se baja.. Link to comment Share on other sites More sharing options...
Yolandavm Posted April 16, 2013 Author Share Posted April 16, 2013 Ups, usas la plantilla antigua antigua de las versiones anteriores, por lo que veo desde firebug en tu web, si vas al fichero: http://www.deliciascarnales.com/themes/Definitivo/css/modules/blocksearch/blocksearch.css encuentras esto: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px } Creo que si lo dejas asi: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px; margin-top: 22px; } se baja.. Hola, el caso es que la tienda la tengo en prestabox, y lo que aparece en el firebug no me coincide exactamente con el css.. lo que me viene es esto: #instant_search_results a.close { background: url("http://deliciascarnales.admin.prestabox.com/themes/Definitivo/img/block_search_bg.jpg") no-repeat scroll right 2px transparent; float: right; margin-right: 7px; padding-right: 21px; text-transform: none He intentado aplicar aquí el margin-top, pero no hay manera. No se cambia. Imagino que habrá otro sitio donde hacerlo pero es que no lo encuentro. Llevo tiempo intentado hacerlo y nada... pero muchísimas gracias por la ayuda, al menos no me siento sola tratando de hacerlo. Saludos. Link to comment Share on other sites More sharing options...
jaloise Posted April 16, 2013 Share Posted April 16, 2013 Pero hiciste lo qeu te dijo rubalcaba? Link to comment Share on other sites More sharing options...
yvilloria Posted April 16, 2013 Share Posted April 16, 2013 Pero hiciste lo qeu te dijo rubalcaba? Sí, probé a ponerlo debajo de padding-right: 21px, pero no hubo ningún cambio. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 16, 2013 Share Posted April 16, 2013 Sí, probé a ponerlo debajo de padding-right: 21px, pero no hubo ningún cambio. Dejalo tal como te he dicho: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px; margin-top: 22px; } (Igual copia y pega y asisame) Si quieres algo especial, adjunta imagen de como lo quieres dejar. Link to comment Share on other sites More sharing options...
Yolandavm Posted April 17, 2013 Author Share Posted April 17, 2013 Dejalo tal como te he dicho: #header_right #search_block_top { float: right; background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right; margin-bottom: 11px; width: 336px; height: 28px; margin-top: 22px; } (Igual copia y pega y asisame) Si quieres algo especial, adjunta imagen de como lo quieres dejar. Muchísimas gracias¡¡¡ Copié y pegué y ha quedado a la altura perfecta... ahora si pudiera ser me gustaría quitar ese borde gris que tiene alrededor y bajar también un poco el bloque de "Bienvenido, Entrar" Y muchísimas gracias de nuevo¡¡¡ Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 17, 2013 Share Posted April 17, 2013 Muchísimas gracias¡¡¡ Copié y pegué y ha quedado a la altura perfecta... ahora si pudiera ser me gustaría quitar ese borde gris que tiene alrededor y bajar también un poco el bloque de "Bienvenido, Entrar" Y muchísimas gracias de nuevo¡¡¡ Esta desactivada la tienda, activala. Link to comment Share on other sites More sharing options...
yvilloria Posted April 17, 2013 Share Posted April 17, 2013 Esta desactivada la tienda, activala. Vaya despiste que tengo¡¡ Link to comment Share on other sites More sharing options...
Recommended Posts