Okay
  Print

mobile full width, but keep the desktop in the boxed mode

Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

@media only screen and (max-width: 690px) {
    #boxed {
        width: 100%!important;
    }
}

Thanks