To have a one column portfolio on mobile Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 480px) {
.narrow-layout .post-main .post, .post-main .post {
width: 100% !important;
}
}