Home › Forums › CSS › Banner is messed up › Reply To: Banner is messed up
June 15, 2016 at 1:24 pm
#242924
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.