Forums

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

Home Forums CSS Weebly Footer is TOO BIG on 27" monitor Reply To: Weebly Footer is TOO BIG on 27" monitor

#236886
Paulie_D
Member

The inner footer has a max-width..is that what you mean?

.wsite-footer {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1em 1em;
}