Forums

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

Home Forums CSS Banner is messed up Reply To: Banner is messed up

#242924
Atelierbram
Participant

When you give #banner-bot a max-width, like:

#banner-bot {
  /* stuff */
  max-width: 960px;  
}

Than that extra space is gone, which might be a good enough solution.