Navigation not showing full height in mobile mode
PermalinkI'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.
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;
Also, try not to use !important, but make your selections more specific.
starting them with div.ccm-page might help