Answer the question
In order to leave comments, you need to log in
How to remove twitching when hovering over the menu?
When you hover over a menu item, all items move to the right.
.menu {
margin: -25px 0 0 0;
font-size: 16px;
text-align: right;
}
li {
display: inline-block;
margin-left: 30px;
}
.menubot {
color: #000;
display: block;
text-decoration: none;
}
.menubot {
color: #000;
display: block;
text-decoration: none;
}
.menubot:hover {
color: #000;
display: block;
text-decoration: none;
font-weight: 500;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question