Home › Forums › CSS › screen size width problem › Re: screen size width problem
September 21, 2012 at 3:41 pm
#110528
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