Hi there. I have a responsive website with Gantry.
www.atlantiscorp.com.au
There is an issue:
1. When my window is resized below about 600px (for mobile portrait) the menu disappears into a expandable accordian menu. How do I disable this, or get it to auto-expand without having to click the accordion button in the top left?
I've figured out the template might need to be modified
from:div class="gf-menu-toggle" style="display: block;"
to:div class="gf-menu-toggle active" style="display: block;"
The javascript file that calls the code is :
public_html\modules\mod_roknavmenu\themes\default\js\responsive.js
I however don't know how to change it so it automatically is set to active when you first load the page?
Thanks.