How do I stop the menu from showing at the bottom of the page?
Hi sitemistic
I added this custom css rule to hide that menu:
div#gk-Fixed-Menu { display: none; }
Kindly check.