Dus als ik de volgende regels weg haal moet het goed zijn;
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 800px) {
#access, div.menu { position:relative; }
.menu ul li { list-style-type: none; float:none; }
nav[role=navigation] ul.menu, div.menu ul {
background:#999;
position:absolute;
top:41px;
z-index:9999;
display:none;
}
nav[role=navigation] .menu #menu-icon { display:block }
header[role=banner] #searchform { top:6px; right:10px }
.menu ul li:hover ul { left:-9999em; }
header[role=banner] #s {
font-size:1em;
background:url(library/images/icon-search.png) no-repeat 5px 4px #fff;
padding:4px 5px 4px 26px;
border-radius:7px;
border:1px solid #fff;
box-shadow:3px 3px 5px #777 inset;
min-width:150px;
}
header[role=banner] #searchform input[type=submit] {
display:none;
}
#main.col620 {
width:100%;
display:block;
}
#sidebar.col300 {
float:none;
display:block;
width:100%;
clear:both;
}
.widget {
margin:2.2em 30px 2.2em 20px;
}
}
@media screen and (min-width: 800px) {
nav[role=navigation] ul.menu, div.menu ul { display:block !important; }
}
@media screen and (max-width: 1382px) {
/* insert styles here */
}
/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/
@media print { }
/******************************************
Dank u