Auto nav shows up wrong in edit mode
Permalink
Hi, im new to concrete5 and trying to build my first theme. So far everything worked out fine, and my site is running like it should. The only problem i have is the navigation, a horizantal menu bar which is styled with ul and li tags in my style sheet. Everything shows up fine when i visit the site, but in edit mode the menu displays wrong. Its a vertical list centered list without any styling, and overlaps the menu area. This results in a messy workspace. Any ideas how to fix this?
![](/files/avatars/none.gif)
Already solved this! First i extended the ul tags to ul.header-nav. Then i found out that the menu code i copied from an old site, for some reason had > between the different tags. (Like this #container #nav > ul.nav-header > li) The editor didn't read this like i intended, but my browser did.