Forums

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

Home Forums CSS CSS Gives Vertical White Line when the window is in Restore Down Re: CSS Gives Vertical White Line when the window is in Restore Down

#140329
Senff
Participant

It’s sort of expected. This happens when the window is too small to display the entire width of the site (and a scrollbar appears at the bottom). The BODY and WRAPPER will then have the width of the window, so the background only shows for that width. Scrolling to the right shows then “outside” the site and that’s the white part.

A workaround would be to give the wrapper a min-width of 1150px or so.