MAYUR DUBEY Posted November 28, 2014 Share Posted November 28, 2014 Hi, Here is the link of testpage, I want the searchbar fixed on the top, when visitor scrolls down. http://mpkart.com/store/ Please help Link to comment Share on other sites More sharing options...
shacker Posted December 1, 2014 Share Posted December 1, 2014 edit the global.css of yout theme; and change: #columns { z-index: 1; margin-top: 148px; } .mode_header { background: url(http://mpkart.com/store/themes/electronues/css/../img/bg/container-header.png) #003def center bottom; position: fixed; width: 100%; z-index: 1000; } This put the header fized to see always. and scroll the rest of the page Link to comment Share on other sites More sharing options...
MAYUR DUBEY Posted December 2, 2014 Author Share Posted December 2, 2014 edit the global.css of yout theme; and change: #columns { z-index: 1; margin-top: 148px; } .mode_header { background: url(http://mpkart.com/store/themes/electronues/css/../img/bg/container-header.png) #003def center bottom; position: fixed; width: 100%; z-index: 1000; } This put the header fized to see always. and scroll the rest of the page Hi, Thanks for your effort, this helped me partially, What I wish is that During scroll down, the search bar goes on top and, any thing above search bar is hidden. For an example I am giving link of another presta store. http://kiranaoli.com/ Link to comment Share on other sites More sharing options...
shacker Posted December 4, 2014 Share Posted December 4, 2014 ok, check this site http://getbootstrap.com/components/#navbar you can put the searchbar into the navv var, and make it float (its ps 1.6 right?) Link to comment Share on other sites More sharing options...
MAYUR DUBEY Posted December 7, 2014 Author Share Posted December 7, 2014 ok, check this site http://getbootstrap.com/components/#navbar you can put the searchbar into the navv var, and make it float (its ps 1.6 right?) Hi, Thanks for this info, I will like to this solution, I would request if you can guide me on step by step process of applying it. Considering me a NOOB. This will help many of merchants like me who have very little tech knowledge and wish to create a great E-Com Store. Link to comment Share on other sites More sharing options...
shacker Posted December 15, 2014 Share Posted December 15, 2014 we make a module for that soon Link to comment Share on other sites More sharing options...
Recommended Posts