Forums

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

Home Forums CSS Div bothers other divs when became higher Reply To: Div bothers other divs when became higher

#281466
Fritz
Participant

Hi,

When making the purple div higher till the page doesn’t fit on screen in height, the width becomes more than 1022px. The max width of the page must be 1022px.

See page source : https://bloemenstickers.be/test-afbeeldingen-row-height.html

purple div :
.afb_row {
width: 1022px;
margin-top: 20px;
height: 340px;
background-color: #C9C;
display: inline-block;
}