Navigation not showing full height in mobile mode
Permalink
Hi
I'm trying to set up a mobile friendly nav on this pagehttp://simplerecruitmentltd.co.uk/candidate/jobs-board/.... However if you go into mobile mode for some reason the nav doesn't drop down completely its height stops abruptly cutting off a larger vertical area of the nav.
Frustratingly its working fine herehttp://simplerecruitmentltd.co.uk/client/send-simple-recruitment-jo... but I can't see what the difference is... Any ideas anyone? Many thanks in advance.
I'm trying to set up a mobile friendly nav on this pagehttp://simplerecruitmentltd.co.uk/candidate/jobs-board/.... However if you go into mobile mode for some reason the nav doesn't drop down completely its height stops abruptly cutting off a larger vertical area of the nav.
Frustratingly its working fine herehttp://simplerecruitmentltd.co.uk/client/send-simple-recruitment-jo... but I can't see what the difference is... Any ideas anyone? Many thanks in advance.
In your moble.css file at line 328 you have height:276px; Try changing it to min-height: 276px;
mobile.css line 328 @media only screen and (max-device-width: 480px) and (min-device-width: 320px) .headerTop { background-image: url(images/banner_candidate1.png); background-position: -200px top; background-repeat: no-repeat; height: 276px;
You beauty Weyboat that worked thank you SOOO much. Thanks also Willhem you guys rock!!
Also, try not to use !important, but make your selections more specific.
starting them with div.ccm-page might help