How to make site full width

hi, can you let me know css code to make the site full width on my website? thanks

@BabyLama - any chance you can help out here? :innocent:

.SprdMain {
    margin: 0 auto;
    max-width: 100%!important;
    width: 100%;
}

.sprd--standalone #sprd-main {
    margin-left: calc(50vw - 50%)!important;
}
1 Like

Thanks! :slight_smile: :nerd_face: