Forums

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

Home Forums CSS How to properly layout my content Reply To: How to properly layout my content

#250236
Shikkediel
Participant

You could give this a try:

#top_panel {
  height: 48px;
  overflow: auto;
}

#top_buttons {
  width: 110px;
  height: 48px;
  float: right;
}