
I'm glad to hear that!
Sorry, I am not a programmer, but I can follow instructions (change this here and that there). I also have a test forum and I can test.
Please let me know if any of that is of any help to you.

Yes please do so. Some of us are eagerly waiting for this!
Code: Select all
#menu {
height: auto;
}
Code: Select all
@media screen and (max-width: 700px), only screen and (max-device-width: 700px) {
#menu {
max-width: 700px;
min-width: 300px;
width: auto;
height: auto;
margin-left: -5px;
margin-right: -5px;
position: relative;
border-radius: 0px;
}
}