The block ul padding combined with container ul margin means theres a lot of indentation for each nested ul - enough to force menu items over the left sidebar border.
Viewing the screenshot shows the issue - not really a bug but worth noting.
BTW I just added this to the starter themes test site, will mark as beta until we see a release.
Nice work, looking forward to having a play with this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Picture 2.png | 23.01 KB | Anonymous (not verified) |
| bluetrip_ul.png | 137.01 KB | Jeff Burnz |
Comments
Comment #1
Anonymous (not verified) commentedThanks for this, it is actually something that I noticed, but didn't changed, because the list indentation follows the grid spacing (see attachment). I know this is a little bit of a heavy padding, but as it is part of the concept of this theme, I decided to not override it.
It is controlled by this rule :
.container ul {margin-left:1.5em;}
(line 100 of screen.css)
It is a very general rule, and now that you mention it, I was starting to wonder if I should actually override it for menus in sidebars... it is suppose to be a starter theme so I don't want to add too much specific styles to it... and you can easily change the width of the sidebar.
Anyone? What do you think ?
Comment #2
Anonymous (not verified) commentedIt's in BETA 2 :)