haochen Posted November 21, 2013 Share Posted November 21, 2013 (edited) i want reduce homefeatured block - footer block space, i tested with firebug but cant find how to do this Edited November 24, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2013 Share Posted November 22, 2013 any chance to get your website url? things like this one depends on css styles, it's hard to say what's going on there due to the fact that you use some customizations Link to comment Share on other sites More sharing options...
haochen Posted November 22, 2013 Author Share Posted November 22, 2013 ah ok, sorry, my web is www.duquesachina.com Link to comment Share on other sites More sharing options...
shailendra Posted November 22, 2013 Share Posted November 22, 2013 There is an inline css in footer starting div top:150px; reduce this position from top to your desired result Link to comment Share on other sites More sharing options...
haochen Posted November 22, 2013 Author Share Posted November 22, 2013 hello shailendra, i cant find the file that you are talking about, i checked on global.css styles.css and blockmyaccount.css for div top:150px; , can you make me tell me what file to modify? thanks Link to comment Share on other sites More sharing options...
shailendra Posted November 22, 2013 Share Posted November 22, 2013 I have already mentioned that there is an inline css so do not search in any css file. Just go to your-active-theme/footer.tpl find <div style="position:relative; top:150px;" class="grid_9 alpha omega clearfix" id="footer"> 1 Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2013 Share Posted November 22, 2013 check header.tpl file you've got there code: <div id="columns" class="grid_9 alpha omega clearfix" style="Position:relative; top:160px;"> Link to comment Share on other sites More sharing options...
haochen Posted November 22, 2013 Author Share Posted November 22, 2013 thanks a lot to both! was on footer.tpl Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 thank you for information, so i suppose that you fixed it, so i can mark this thread as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts