Jump to content

Header And Footer Rubber


Recommended Posts

Thanks for the link. There are several different ways you can accomplish this.

 

1. Move the header and footer divs outside of the page div (this is probably what I would do).

2. You can make the page div 100% width and then set a width of 980px for the columns div. Since they used the grid system you will most likely have to edit some (or all) of the grid classes as well.

 

This should get you pointed in the right direction.

 

Marty Shue

Link to comment
Share on other sites

  • 1 month later...

Had this issue on Footer, for the header Don't know yet

 

go to the themes/default/ directory and open footer.tpl file

 

Code to paste into footer.tpl file

 

{if !$content_only}

</div>

<!-- Right -->

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

{$HOOK_RIGHT_COLUMN}

</div>

</div>

<!-- Footer -->

</div>

<div id="footer" style="width:100%; clear:both; display:block; overflow:hidden;">

<div style="width:980px; display:block; margin:auto; clear:both;">

{$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>

</div>

{/if}

</body>

</html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...