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

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38287
    dzulfriday
    Member

    Please go to this website: http://dev.taarana.org.my/ Go to the Business Lines, and hover to the Property Developement & Project Management.

    The menu is turn to double line while hovering.

    How prevent this? I would like to maintain it in single line.

    #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;
    }
    #103708
    dzulfriday
    Member

    Its working! thanks!

    #103847
    dzulfriday
    Member

    It looks like its now working in IE :(
    How to fix this?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.