Essential - stopping top bar movement

Essential - stopping top bar movement

by Regis Tractenberg -
Number of replies: 2

Hello,


How can I stop the top bar from moving?

When scrolling down, I would like it to remain in the same position and disappear up.


The reason for this is that it takes some space in smaller screens.

My site: http://livredocencia.com/cursos/


Thanks!

Régis



Average of ratings: -
In reply to Regis Tractenberg

Re: Essential - stopping top bar movement

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Remove this:

              echo "jQuery('#essentialnavbar').affix({";
              echo "offset: {";
              echo "top: $('#page-header').height()";
              echo "}";
              echo "});";

from footer.php.