kotkotan Posted April 25, 2013 Share Posted April 25, 2013 Hello. I try to use Easy Footer Module, but i can't move title 'Browse the mobile site' from original footer. I need this option, so i can't just off this option. So... 1. How to remove it from original footer and add to Easy Footer? 2. And how to change distance between categories on the main page and footer? Footer is located so close to categories... thanks Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 themes / your_theme / footer.tpl you've got there: <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} </div> remove / move the : {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} 1 Link to comment Share on other sites More sharing options...
kotkotan Posted April 25, 2013 Author Share Posted April 25, 2013 thanks it works. maybe you can help with second problem 2. And how to change distance between categories on the main page and footer? Footer is located so close to categories... thanks Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 can you provide an url to your website? It's hard to say what you need to change without an access to it Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 edit the file: modules / prestaloveeasyfooter /css / prestaloveeasyfooter.css add margin-top:20px; param (or any value you want) to .block-prestalove-easyfooter .block-prestalove-easyfooter { float: left; width: 100%; padding: 20px 0; margin-top:20px; } 1 Link to comment Share on other sites More sharing options...
kotkotan Posted April 25, 2013 Author Share Posted April 25, 2013 thanks a lot Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 you're welcome. i can go ahead and mark this thread as solved, im convinced that it will be helpfull for other community members regards 2 Link to comment Share on other sites More sharing options...
Recommended Posts