Viewing hamburger menue dissapears when scrolling down. how to fix position?

hamburger menue dissapears when scrolling down. how to fix position?



User: Chris T. 6 years ago
seriously?"!


-.-

best, christoph
User: Roddy 6 years ago
You need to fix the position of both the hamburger icon and the drop down menu. Paste this code into the Head Code box in the Site Publishing Settings page...

<style>
.slicknav_btn{position:fixed;top:0;right:0} /* fix the hamburger to the top right*/
.slicknav_nav{position:fixed;right:0;top:40px;width:120px} /* Fix the menu to the right below the hamburger and adjust the width to suit the text */
.slicknav_nav a{padding-left:15px} /* extra padding to move link text away from the menu left */
.slicknav_nav a:hover{background:transparent} /* remove the hover background in case you added it in the widget settings */
</style>

Remove all the /* comments */ before pasting it into the code box.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Paul-RAGESW 6 years ago
The next update of EverWeb will allow you to fix the position of the hamburger menu when scrolling (version 2.8).

-------------------------------
Paul
EverWeb Developer
User: Chris T. 6 years ago
thanks...again )


cant await.

best, c.


Post Reply
You must login or signup to post.