In the style.css sheet, there is a bug where the marker collides with menu items. This is a css padding issue:
ul.menu li {
margin: 0;
padding: 15px; /* fixed for navigation menu */
/* padding: 0; */ /* Bug in navigation menu */
}
I have attached the corrected file.
| Comment | File | Size | Author |
|---|---|---|---|
| style.zip | 6.22 KB | RoadWarrior |
Comments
Comment #1
zymphonies-dev commentedHello,
Why you want to give padding on li?
Comment #2
zymphonies-dev commentedClosing this issue.