JohnPaulDesign
2/6/2017 - 4:54 PM

Force full width inside fixed container

Force full width inside fixed container

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