ZeroCard Posted September 27, 2013 Share Posted September 27, 2013 (edited) Hello, I'm facing this problem for while now, and i want solution for this issue. Here's screenshot : Here's the footer source : {if !$content_only} </div> <!-- Right --> {if $page_name != 'index'} {if $page_name != "product"} <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> {/if} {/if} <div class="clearfix"></div> <div class="bottomContent"> {hook h='content_bottom'} </div> </div> <div class="clear"></div> <div id="page_block_bottom"></div> </div><!-- #page_block --> <!-- Footer --> <div id="footer"> <div id="footer_content"> <div id="footer_content_block"> {$HOOK_FOOTER} </div> <div id="footer_content_bottom"> <div id="copyright"> <p>© {$smarty.now|date_format:"%Y"} Powered by <br>All Rights Reserved</p> </div> {hook h='footer_bottom'} </div> </div> </div> {/if}</div><!-- #page_block --> </body></html> Thanks an advance Edited September 27, 2013 by ZeroCard (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 27, 2013 Share Posted September 27, 2013 Hi! What template are you using? I think it may be connected to the global.css but I am not positive. Do you have a link to your website? Link to comment Share on other sites More sharing options...
ZeroCard Posted September 27, 2013 Author Share Posted September 27, 2013 Hi! What template are you using? I think it may be connected to the global.css but I am not positive. Do you have a link to your website? Hello! just sent you private message. Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 url to your website will be helpful in this case, it's hard to say what you have to do without access to website. Link to comment Share on other sites More sharing options...
ZeroCard Posted September 28, 2013 Author Share Posted September 28, 2013 url to your website will be helpful in this case, it's hard to say what you have to do without access to website. Hello! just sent you private message. Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2013 Share Posted September 28, 2013 thank you, i checked your website and here is the solution: #footer_content { position: relative; overflow: hidden; padding: 190px 0 230px; background: url(REMOVED) 50% 119px no-repeat; } you've got huge padding: padding: 190px 0 230px; just decrease value of 230px; Link to comment Share on other sites More sharing options...
Recommended Posts