Forums

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

Home Forums CSS Moving image to button on hover Reply To: Moving image to button on hover

#238026
Atelierbram
Participant

Glad to be of help.

shows two word text on two lines.

white-space property can force text not to “wrap” on two lines.

#fancy-nav {
  /* stuff */
  text-align: center;
}
#fancy-nav li {
  /* stuff */
  white-space: nowrap;
}