Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
539 views
in Themes by
i will like for someone to guide me on how to make the navigation bar stick to the top on scrolling both in desktop and mobile
Q2A version: 1.8.5
by
+1
#qam-topbar
{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 110;
min-height: 56px;
padding-left: 24px;
padding-right: 24px;
color: #757575;
font-size: 16px;
background-color: #fff;
display: table;
width: 100%;}

Remove the abundant things
by
Thanks for your response I will try it

1 Answer

+2 votes
by
selected by
by
+1
thanks i so much appreciate you
by
You are welcome!
...