Added footer, removed obsolete code
Posted by mholmes on 08 Jul 2016 in Activity log
PS has the mobile menu working through pure CSS, so got rid of some unwanted HTML; added a new footer with some pertinent logos/links; attempted to implement a JS-based scroll for target elements hidden by the fixed position banner stuff, but it's too complex because the media-query-based CSS has different position settings for that content based on device characteristics, so it can't be simply overridden as it could be on MoEML. Found a half-working (Chromium and Opera but not FF) solution with pure CSS; that will probably have to do for now, I think.