oz33 Posted March 25, 2014 Share Posted March 25, 2014 How to properly fixe the header on top of page? I tried to change the position everywhere, in the header.tpl, in css... but each time i have a problem with the margin (attached pic) Thank you Link to comment Share on other sites More sharing options...
oz33 Posted March 29, 2014 Author Share Posted March 29, 2014 No one? Link to comment Share on other sites More sharing options...
dioniz Posted March 29, 2014 Share Posted March 29, 2014 Give width:100% to header Link to comment Share on other sites More sharing options...
oz33 Posted March 29, 2014 Author Share Posted March 29, 2014 [sOLVED] Thank you very much it works fine! Solution is: Replace in your global css around lign 5269: header { z-index: 1; position: relative; background: white; padding-bottom: 15px; } By header { z-index: 1; position: fixed; background: white; padding-bottom: 15px; width: 100%; } Link to comment Share on other sites More sharing options...
ricky11 Posted September 3, 2014 Share Posted September 3, 2014 Hi Guys so all we need to do in 1.609 is to change the global.css header { z-index: 1; position: fixed; background: white; padding-bottom: 15px; width: 100%; this will result in sticky header? Link to comment Share on other sites More sharing options...
[email protected] Posted September 25, 2014 Share Posted September 25, 2014 (edited) Hello, I am using PS 1.6.0.9 with default theme. I can get the header fixed but the slideshow is cut to half. Se pictures. Anyone know whats wrong and how to fixed it. Edited September 25, 2014 by tjorgensborg (see edit history) Link to comment Share on other sites More sharing options...
Goyo Posted November 30, 2014 Share Posted November 30, 2014 Hello, I am using PS 1.6.0.9 with default theme. I can get the header fixed but the slideshow is cut to half. Se pictures. Anyone know whats wrong and how to fixed it. Hi, you have to replace in your global.css file, around of the line 5262, this: #columns { position: relative; padding-bottom: 50px; padding-top: 15px; } By: #columns { position: relative; padding-bottom: 50px; padding-top: 250px; } Note: 250px is a approximation of the number you will need. Play with this -> add or substract. Regards. 2 Link to comment Share on other sites More sharing options...
Recommended Posts