Forums

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

Home Forums CSS screen size width problem Re: screen size width problem

#110528
wolfcry911
Participant

the problem is the borders. at a certain point 3 * 27.5% + 2 * 6% + 6 * 0.5em becomes too large for the container. You could reduce the width of each div; or change the box-sizing from content-box (standard box model) to border-box, which will include the borders in the 27.5% figure