After creating a fixed menu using unordered lists and extensive CSS, I added a custom class button that redirects back to the frontpage. However, I noticed an extra pixel of height in the menu causing alignment issues with the buttons. The big button sticks to the top while others stick to the bottom, making it visually unappealing and triggering my OCD. I need help fixing this issue as I have reached a dead end.
Any assistance would be greatly appreciated!
li.menu-titel {
font-size: 130%;
font-weight: lighter;
overflow:hidden;
line-height: 0;
}