| Author |
Message |
Will OHara Member
|
Posted: 18 Jan 2006 06:36:15
Hi Skalinks,
Could you tell me how to reduce the whitespace between my categories and advertisment at the bottom of the page.
Here's a screenshot. http://www.boogle.co.uk/dir/boogle.jpg
Thanks
Will
|
skalinks Admin
|
Posted: 21 Jan 2006 04:33:53
Hello Will OHara
Please, open the header.tpl file in templates folder.
This white space is speccialy for ads display, also, if you whould not use ads on top and buttom of pages, find this code delete
{if $ADMIN.Name}
{if $_output.show_admin_ads}
<div class="for_banner">{show_ads id=$_output.cat_info.ID type=$type position=top}</div>
{/if}
{else}
<div class="for_banner">{show_ads id=0 type=$type position=top}</div>
{/if}
Than, open footer.tpl file , find this code and delete
<div class="for_banner">{show_ads id=$_output.cat_info.ID type=$type position=bottom}</div>
Thank you!
|
Anonymous
|
Posted: 28 Jan 2006 16:44:43
How can I remove the white portion above the navigation bar (includes the title) and move the navigation bar up to the top?
|
skalinks Admin
|
Posted: 2 Feb 2006 02:50:21
Read about it here, please:
http://www.skalinks.com/forums/1_282_0.html
|
Anonymous
|
Posted: 3 Feb 2006 05:41:40
This does not answer my question ......I want to remove the white space above the navigation bar. Are there any other templates for this?
|
skalinks Admin
|
Posted: 7 Feb 2006 03:46:35
That, what you want to do is a custom modification and it's not free.
|