html5 - CSS - Mobile menu placement issue -



html5 - CSS - Mobile menu placement issue -

i trying place mobile menu responsive sectioned site.

the mobile menu placed within relatively positioned header block. when actived mobile menu absolutely positioned - pushes parent content upwards - perchance due height of teh content - content remains in place when closed (ios firefox). i'm struggling figure solution menu can positioned required , show @ right width without screwing when menu opens!? other fixing position of menu - mean content scrolls beneath - isn't ideal - have ideas?

site build here (mobile width re-create problem) - http://www.liquidclients.co.uk/landsail/ls2/

try on line 140 in landsail_mobmenu.css:

#nav { position: fixed; top: 75px; left: auto; }

css html5 css3

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -