Hello -
For some reason the height of the li elements in simple menu are too tall for the 21px container in firefox, breaking the theme elements below.
Specifying #simplemenu li { line-height: 13px; } fixes the issue.
Hello -
For some reason the height of the li elements in simple menu are too tall for the 21px container in firefox, breaking the theme elements below.
Specifying #simplemenu li { line-height: 13px; } fixes the issue.
Comments
Comment #1
AlexisWilke commentedThat's probably because of the specific theme you're using.
However, it's certainly a good idea to specify the line height to avoid more problems.
Thank you.
Alexis Wilke