iwanthegreat Posted July 21, 2013 Share Posted July 21, 2013 Please help me. In my store page in each category, the product appears at the bottom. I do not know why this is so. How can I make my products appear in his place again? look like in the picture that I attach i use prestashop v 1.5.4.1 Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 hello it looks like css / unclosed / closed to early div, without an access to the store it's hard to say what to do if it is possible - please share the url to your website Link to comment Share on other sites More sharing options...
iwanthegreat Posted July 21, 2013 Author Share Posted July 21, 2013 (edited) thanks for reply.. this is my site Edited July 23, 2013 by iwanthegreat (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 that's right, it looks like to early closed div for the div id="columns" Link to comment Share on other sites More sharing options...
iwanthegreat Posted July 21, 2013 Author Share Posted July 21, 2013 hallo Vekia can you explain detail steps that solve the problem? I was a novice in this field. really hope you can help me.. Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 everything depends on your template (it isn't default one so its hard to say what you have to change) can you show contents of the files: header.pl footer.pl you can find these files in theme directory Link to comment Share on other sites More sharing options...
iwanthegreat Posted July 21, 2013 Author Share Posted July 21, 2013 (edited) ok.. header.tpl <!-- Header --> <div id="page" class="container_9 clearfix" > <div id="leo-header" class="grid_9 alpha omega"> <div class="leo-wrapper"> <div class="leo-logo"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> </div> <div id="header_right" class="grid_6 omega"> {$HOOK_TOP} </div> =================== footer.tpl <!-- Right --> </div></div></div> <!-- Footer --> <div id="leo-footer" class="grid_9 alpha omega clearfix"> <div class="leo-wrapper"> {$HOOK_FOOTER} </div> </div> </div> {/if} {if $LEO_PANELTOOL} {include file="$tpl_dir./info/paneltool.tpl"} {/if} </body> </html> Edited July 25, 2013 by iwanthegreat (see edit history) Link to comment Share on other sites More sharing options...
iwanthegreat Posted July 23, 2013 Author Share Posted July 23, 2013 Hello... any help please? Link to comment Share on other sites More sharing options...
Recommended Posts