After upgrading to the latest version of Simplicity last week, and updating Joomla to 3.6.5, along with all extensions, the menu now scrolls down the page rather than remaining fixed.
When the page is at the top of the page, the html is:
<div id="gkMenuWrap" class="active" style="top: 0px;"><div class="gkPage" id="gkHeaderNav">
As I scroll down, the html changes:
<div id="gkMenuWrap" class="active" style="top: 100px;"><div class="gkPage" id="gkHeaderNav">
<div id="gkMenuWrap" class="active" style="top: 200px;"><div class="gkPage" id="gkHeaderNav">
and so forth, until the menus is so low that it cannot be seen in the borwser.
See attached screenshot.
Please advise how to fix.
Thanks!
Allan