Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I've been trying really hard to work out why the navigation doesn't work on the Fanoe Starter Kit between the screen sizes 768px and 992px.
See example here http://ictpark.biz/ Drag the screen size to a width of 800px and then try to use the navigation
I have many tablet users of my site that can't navigate at the moment but I'm struggling to workout the reason.
Does anyone have any ideas?
Thanks :)
Go to fanoe.js and replace line 77 with :
if ( window.innerWidth < 992 ) {
That'll fix it
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Fanoe Navigation breaks at certain screen sizes
Hello,
I've been trying really hard to work out why the navigation doesn't work on the Fanoe Starter Kit between the screen sizes 768px and 992px.
See example here http://ictpark.biz/ Drag the screen size to a width of 800px and then try to use the navigation
I have many tablet users of my site that can't navigate at the moment but I'm struggling to workout the reason.
Does anyone have any ideas?
Thanks :)
Go to fanoe.js and replace line 77 with :
if ( window.innerWidth < 992 ) {
That'll fix it
is working on a reply...