Jump to content

How to remove this space from footer


Recommended Posts

Hello,

 

 

I'm facing this problem for while now, and i want solution for this issue.

 

Here's screenshot :

ht4YNJS.png

 

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 by ZeroCard (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...