sanl Posted June 2, 2013 Share Posted June 2, 2013 I know, that the problem is header.tpl or footer.tpl , but I coudn`t find out there is the problem. http://sportassveikata.lt/ - check my website and the footer is in the right column, not center. In other pages , example contact page - http://sportassveikata.lt/kontaktai footer is alright. This is my header.tpl file code: http://pastebin.com/riYYPsrK This is my footer.tpl file code: http://pastebin.com/TsHA3qXg Thanks for the help... Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2013 Share Posted June 2, 2013 <div id="reinsurance_block" class="clearfix"> you've got this in header.tpl i suggest you to remove it from header.tpl attach this module only to the {HOOK_FOOTER} and everything will be alright 1 Link to comment Share on other sites More sharing options...
sanl Posted June 2, 2013 Author Share Posted June 2, 2013 I have removed it from header.tpl and added it in footer.tpl, but now my reinsurance block is full width, what have I made wrong? this is footer tpl: {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} </div> {if $page_name == 'index'} <div id="reinsurance_block" class="clearfix"> {/if} </div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2013 Share Posted June 2, 2013 by this i mean that you have to remove it from .tpl code and use this as module in backoffice (reassurance module) Link to comment Share on other sites More sharing options...
sanl Posted June 2, 2013 Author Share Posted June 2, 2013 by this i mean that you have to remove it from .tpl code and use this as module in backoffice (reassurance module) Xex.. I am stupid... This is what I did: deleted from header.tpl -> after this answe deleted from footer.tpl -> add module hook: "displayFooter" and as you can see I had the same result. My reinsurance is on the left and some white space on the right... Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2013 Share Posted June 2, 2013 okay so now, move the {HOOK_FOOTER} to the <div class="container_9 clearfix" id="page"> HERE </div> append it (it must be last thing in this div) 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