I need the desktop menu todisplay in iPad/tablet landscape.
In Firefox emulation I have, by changing stylesheets got the menu to display down to 667px before switching to mobile. (iPad width is upwards of 768px depending on the nature of the 'viewport declaration')
However in iPad landscape (on a device) the site still displays mobile navigation. The client wants the desktop navigation to display in iPad/tablet landscape and to switch to mobile nav in iPad/tablet portrait.
I have scoured the css and also responsive.js. There are no pixel widths in the latter but they must be set somewhere? There is a <actinic:variable name="SiteJavascript" selectable="false" /> in the javascript headrer functions which is not editable and I suspect the answer may lie there?
SO! How can I change the width that SD's js is changing from Desktop to Mobile navigation?
Thank you!
In Firefox emulation I have, by changing stylesheets got the menu to display down to 667px before switching to mobile. (iPad width is upwards of 768px depending on the nature of the 'viewport declaration')
However in iPad landscape (on a device) the site still displays mobile navigation. The client wants the desktop navigation to display in iPad/tablet landscape and to switch to mobile nav in iPad/tablet portrait.
I have scoured the css and also responsive.js. There are no pixel widths in the latter but they must be set somewhere? There is a <actinic:variable name="SiteJavascript" selectable="false" /> in the javascript headrer functions which is not editable and I suspect the answer may lie there?
SO! How can I change the width that SD's js is changing from Desktop to Mobile navigation?
Thank you!
Comment