Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Lost mobile animation effect

Home Forums Older releases 1.0.x Lost mobile animation effect Reply To: Lost mobile animation effect

#3740
admin
Keymaster

Sorry for the delay! I’ve been overwhelmed with tasks these days.. 🙁

I got a chance to test it – the fixed height declaration in the following rule causes the issue:

.main-navwrapper {
	height:50px;
}

I’d just remove it.