Hi,
I replied to your message, but it seems like it got lost somehow.
Here's a copy:
Try this to your menu.css
--- INDEX/pub/stylesheets/menu.css
+++ WORKDIR/pub/stylesheets/menu.css
@@ -1,7 +1,7 @@
.menu
{
- width: 15em;
+ width: 100%;
/* background: #d8eaf8 url(/weblocks-common/pub/images/menu/
top_background.png) repeat-x;*/
}
@@ -35,6 +35,8 @@
.menu ul li
{
padding-left: 0;
+ float: left;
+ width: 10%;
}
.menu ul li.selected-item
Best regards
Petter