diez Posted November 16, 2013 Share Posted November 16, 2013 Hey there , i'm trying to make header + footer fixed to the top and bot of the page . for the header i have found : change the line: 1 <div id="header" class="grid_9 alpha omega"> to : 1 <div id="header" class="grid_9 alpha omega" style="position:fixed; background:#FFF;"> change the: 1 <div id="columns" class="grid_9 alpha omega clearfix"> to : <div id="columns" class="grid_9 alpha omega clearfix" style="Position:relative; top:150px;"> but i can't find anything to help me with the footer ... does anyone have any clue to make header and footer fixed to top and bot ? Thanks Link to comment Share on other sites More sharing options...
Paulito Posted November 16, 2013 Share Posted November 16, 2013 Good morning I thought you needed changes to both Header and Footer tpl's to make your header fixed Paul Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now