Forums

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

Home Forums CSS Background and nav dissapears when browser minimized Re: Background and nav dissapears when browser minimized

#57855
mattjfox
Member

I found the ultimate fix for this without setting widths for headers and so on. Background in the body and put this in the body as well. Just thought I would let you know if anyone was wondering.

Code:
body {
min-width: 1280px; /*–or whatever size you want it to be–*/
}