Working on my website can be configured for mobile, it is such that the menu is my category next to each other, I wish therefore that they have a line by itself so that you do not need to be careful what you check on.
You can see it here on my [website][1].
CSS:
[1]: http://www.absb.dk/
ul.menu {
padding: 10px;
line-height: 30px;
background-color: #002855;
}
ul.menu li {
width: 98px;
}
HTML: