Thread Starter
UnaX
(@unax)
Hey
The 1.0.2 version fixes the navigation issue in Firefox.
The problem was that the menu didn’t render properly and didn’t follow when scrolling. Both issues are resolved with the fix.
Sincerely,
Klaus
I worked it out by changing a value two places in the style.css where it said:
@media only screen and (min-width: 769px) {
to
@media only screen and (min-width: 768px) {
It’s line 1506 and 2464.