Jump to content

[solved] Different margin-top on different pages!


Recommended Posts

i noticed that you use non-default template, so it's hard to help,but i will try

 

for the first you must find template file, where {$HOOK_RIGHT_COLUMN} is included, by default it is included in footer.tpl file.

next you must find line with:

 

<div id="right_column" class="column grid_2 omega">

and change it to something like:

 

<div id="right_column" class="column grid_2 omega" {if $page_name != 'index'} style="margin-top:20px;" {/if}>

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...