Freeze menu bar? Posted in : Readme macbeth2012Participant 15 September 2015 at 21:44 #25408 Hi guys, Is there any option we can freeze the top row (menu bar) to leave it fixed as you scroll down? I guess I’ll have to go to CSS Thanks macbeth2012Participant 15 September 2015 at 21:51 #25409 Gosh I did not specify: in the mobile version serkanModerator 16 September 2015 at 11:22 #25423 Hi macbeth2012, Go to appearance > theme options > Style > enable Fixed Header Thanks medium_qatarParticipant 8 November 2015 at 20:48 #26704 its sticky on desktop but not on mobile. how to fix it on mobile? serkanModerator 10 November 2015 at 14:00 #26737 Hi @medium_qatar; You can use this custom css code; @media screen and (max-width: 768px) { .site-header { position: fixed; top: 0; } } @media screen and (max-width: 768px) { .site-main { margin-top: 50px; } } Thanks Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in and have valid license to reply to this topic. License required for the following item Readme - A Readable WordPress Themeby pixelwars Login and Registration Log in · Register