Forums

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

Home Forums CSS parent container width issue Reply To: parent container width issue

#210578
Paulie_D
Member

Easy

#link_container{
    background: lightsalmon;
    display: inline-block;  /* this */
    margin: 30px;
    padding: 10px;
    overflow: auto;
}

https://jsfiddle.net/Lvax46m5/1/