Forums

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

Home Forums CSS Banner is messed up

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242922
    iprescott
    Participant

    my website is http://www.tacticalcombat.org and I use weebly for my site hosting. I changed the size of #container which made my page wider to fill more of the empty space. The only issue is, now the banner on all pages has a white rectangle that I am unable to put anything in. Does anyone know of a fix for this.

    #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.

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