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.

CommentFileSizeAuthor
style.zip6.22 KBRoadWarrior

Comments

zymphonies-dev’s picture

Hello,
Why you want to give padding on li?

zymphonies-dev’s picture

Status: Active » Closed (works as designed)

Closing this issue.