Jump to content

carga en el footer


gonzalss

Recommended Posts

Buenas noches chicos

 

Me está pasando algo curioso en mi tienda www.joyeriaruescas.com

 

Depués de decirme que para quitar una barra horizontal que tenía después de los Productos Destacados tenia que quitar en el global.css

 

#footer {

background: url("../img/headerbg.gif") top left repeat-x;

padding-top: 30px;

z-index: 0;

}

 

y dejalo asi:

 

 

#footer {

padding-top: 30px;

z-index: 0;

}

 

La barra horizontal se me ha quitado , pero se me ha movido todo el display footer y no soy capaz de ponerlo como estaba antes , al final del todo.Pero lo raro raro es que al final es como si se estuviera cargando algo .

 

Un saludo a toda la comunidad

Link to comment
Share on other sites

Tu fichero:

 

http://www.joyeriaruescas.com/themes/luxe/footer.tpl

 

Dejalo asi:

 

{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2011 PrestaShop SA
*  @version  Release: $Revision: 6594 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 {if !$content_only}
   </div>
	    <div class="clear"></div>
	    </div>
 </div>
    <!-- FOOTER -->
    <div class="outerWrapper" id="footer">
	    <div class="innerWrapper">
		    {$HOOK_FOOTER}
		    <div class="clear"></div>
	    </div>

    </div>
{/if}
</body>
</html>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...