jimsweb Chevereto Member Jun 17, 2016 #1 Can anyone please help me to identify, how to make the topbar non-sticky?
SMP 💖 Chevereto Fan Jun 17, 2016 #2 Add this Code: .top-bar { position: absolute; } .follow-scroll-wrapper { position: absolute !important; }
Add this Code: .top-bar { position: absolute; } .follow-scroll-wrapper { position: absolute !important; }
jimsweb Chevereto Member Jun 18, 2016 #4 can anyone please advise, if this can be done to image view page only? infact the front page is showing errors, since it has two top bars (the one with most recent etc)
can anyone please advise, if this can be done to image view page only? infact the front page is showing errors, since it has two top bars (the one with most recent etc)
SMP 💖 Chevereto Fan Jun 18, 2016 #5 This should do then. Code: #image .top-bar { position: absolute; } Will test my demo and will update you for whole one.
This should do then. Code: #image .top-bar { position: absolute; } Will test my demo and will update you for whole one.