Hello Armin,
I try to classify a certain menu item. So I can split the primary menu into two menus.
For example with this code it was possible to move the last child:
nav.primary li:last-child {
margin-left: 65px !important;
}
But when I try to reach another item with the following code, nothing happens.
nav.primary li#menu-item-27 {
margin-left: 65px !important;
}
I also tried to target it with a class which I defined in the Wordpress Menus section.
In this case it worked out. http://www.photosalonhelga.com/
Would be nice to get some help
Thanks a lot
Walker