:after problem with AutoNav
PermalinkI got a problem with that auto nav... The nav should be text-align:justify. I tried it with that :after thing:
.menu ul::after{
content: "";
width: 100%;
display: inline-block;
}
works fine when the nav is hardcoded in the theme... if I exchange it with an GlobalArea and AutoNav Block and it generates EXACTLY the same markup then my hardcoded nav, it does not align correct....
Plz have a look: regio-kreuzlingen.wemako.ch
Ty!
Text justification spreads out the spaces, so since your markup has none, it has nothing to space out.
Here is how the markup currently is (I hope this doesn't get formatted badly):
Notice the </li><li> are up against each other. They should be </li> <li> with a space between, or on a new line.