I have 2 containers, one grey, one white. I\'d like to place an image (this will be a triangle down) to the very top of the white background and center it horizontally. How coul
Add position: relative into .padding-onlytop-lg. Example
position: relative
.padding-onlytop-lg
.padding-onlytop-lg { padding-top: 75px !important; position: relative; }
And Write in the flowing way
.triangle { position: absolute; left: 0; right: 0; margin: 0 auto; top: 0; }