Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress menu show Double line while hover Re: WordPress menu show Double line while hover

#103704
agrimsrud
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;
}