Afkael Posted April 23, 2016 Share Posted April 23, 2016 Hola.. Bueno, ésto debiera ser sencillo pero no conseguí hacerlo por mis propios medios.. Necesito que el carrito tenga un alto de 35px. Aunque ya lo hice con el buscador y también con la posición del buscador y del carrito, no encuentro la propiedad que pueda modificar el alto de éste último. Les agradezco el tiempo. Saludos!! Link to comment Share on other sites More sharing options...
LyL Desarrollo Posted April 25, 2016 Share Posted April 25, 2016 Si me puedes enviar la URL a tu web y asi te ayudo mas facilmente 1 Link to comment Share on other sites More sharing options...
Afkael Posted April 25, 2016 Author Share Posted April 25, 2016 Si me puedes enviar la URL a tu web y asi te ayudo mas facilmente https://ajyjar.pswebstore.com Link to comment Share on other sites More sharing options...
Code-Plus Posted April 25, 2016 Share Posted April 25, 2016 Buenas, se cambia en blockcart.css, líneas: .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #df1d13; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0,0,0,0.2); overflow: hidden; height: 35px; <===INCLUIR! } Saludos 1 Link to comment Share on other sites More sharing options...
Afkael Posted April 25, 2016 Author Share Posted April 25, 2016 Buenas, se cambia en blockcart.css, líneas: .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #df1d13; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0,0,0,0.2); overflow: hidden; height: 35px; <===INCLUIR! } Saludos Gracias, incluí la linea que dices pero no ha cambiado nada en la página.. Link to comment Share on other sites More sharing options...
LyL Desarrollo Posted April 25, 2016 Share Posted April 25, 2016 En block cart modifica .shopping_cart > a:first-child { padding: 4px 10px 6px 16px !important; <<-- esta linea background: #df1d13; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0,0,0,0.2); overflow: hidden; } con esa tendra el alto de 35px 1 Link to comment Share on other sites More sharing options...
Afkael Posted April 25, 2016 Author Share Posted April 25, 2016 Ok, me equivoqué yo... en realidad si funcionan ambas formas, había sido un error con el cliente ftp al subirlo, pero me quedo con la segunda opción porque a mi parecer queda mejor centrado.. Gracias a ambos!! Link to comment Share on other sites More sharing options...
tiendatutorial Posted May 20, 2016 Share Posted May 20, 2016 Mira estos Video, te pueden servir en algun momento https://www.youtube.com/playlist?list=PL2OwMYIMlf922eUAjKA5_zyQRWBSpT-y4 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now