I tried to search for the solution, but could not find. I would like to have menu on mobile to scroll along with the page, like it is now http://projects.lexart.me/mocha/about
I could do this by using
- Code: Select all
@media only screen and (max-width:580px){
#gkTop {
position: absolute;
}
}
@media only screen and (max-width:680px){
#gkTop {
position: absolute;
}
}
However this way menu on homepage disappeared. Instead i would like menu to act like it acts originally but only for homepage.
Please help.
Thanks