Logo

.

View Tickets

WELCOME


CLICK BELOW TO VIEW YOUR TICKETS


View Tickets Account Solutions PROFILE Main Site
New support ticket
Check ticket status
Solution home Code Snippets CSS Tricks

Full Width Div


https://stackoverflow.com/questions/31391459/how-can-i-expand-a-child-div-to-100-screen-width-if-the-container-div-is-smalle


You can now do this

.full-width {    margin-left: calc(50% - 50vw);    margin-right: calc(50% - 50vw); }

or this

.full-width {    width: 100vw;    position: relative;    left: 50%;    right: 50%;    margin-left: -50vw;    margin-right: -50vw; }

SEARCH BELOW


Related Articles


    Support Home Account Solutions Services Main Site

    World’s Fastest WordPress Support Since 2009


    WP Fix It
    Article views count