di1388 Posted February 24, 2017 Share Posted February 24, 2017 Hola buenas tardes a todos , necesito una ayuda , tengo el tema por defecto de prestashop 1.6 y quiero centrar el logotipo y que el buscador quede a la izquierda en su sitio , he estado buscando como hacerlo pero no he conseguido , si alguien me puede ayudar , debo decir que soy novato y necesito saber en que archivo deberia entrar , ejemplo global. css etc... y que debo hacer... gracias un saludo. Link to comment Share on other sites More sharing options...
Gabriel Perez Posted February 24, 2017 Share Posted February 24, 2017 El archivo es header.tpl, dentro de la carpeta themes/default-bootstrap. Link to comment Share on other sites More sharing options...
di1388 Posted February 24, 2017 Author Share Posted February 24, 2017 y que debo cambiar ahi para hacer este cambio?? gracias. Link to comment Share on other sites More sharing options...
Gabriel Perez Posted February 24, 2017 Share Posted February 24, 2017 En la plantilla original de prestashop, tienes lo siguiente : <div id="header_logo"> <a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} Si al lado del logo solo tuvieras el buscador, seria tan sencillo como poner la linea del hook de primera. Sin embargo, ese hook contiene tambien el carrito y el menu, lo que significa que si lo intercambias el logo quedará debajo del menú. De forma sencilla, no se me ocurre como indicarte el cambio. Yo separaría ese hook en otros dos, y colocaría el logo en medio, pero dicho cambio ya requiere un conocimiento mas avanzado. Link to comment Share on other sites More sharing options...
di1388 Posted February 25, 2017 Author Share Posted February 25, 2017 Muchas gracias 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