Home › Forums › CSS › WordPress menu show Double line while hover › Re: WordPress menu show Double line while hover
May 31, 2012 at 4:53 am
#103704
Participant
The text turns bold when the link is hovered. This widens the text enough to make it wrap onto a second line. To prevent this, try:
#menu-main_menu a {
white-space: nowrap;
}