D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Menu system

#6455
Steve Chamberlin
Participant

I’m having a similar issue. This is across iPad, iPhone and Android phones. The secondary menu always loads open and can’t be closed.

The issue seems to be how the pixel size is being defined for the device via the viewport meta name. For the iPad, I resolved it using the following code:<meta name=’viewport’ content=’width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no’ />

The expanded menu issue on smartphones still is happening. The website is: http://www.cornerwines.com

Any help to resolve it is appreciated.