A tutorial by Robert Monroe Turner of Robert Monroe Website Design & Development demonstrating a fast easy way to implement Visual Composer Full Width Rows with Dynamik Website Builder.
http://www.robertmonroeweb.com
Custom CSS used for Tutorial below.
/* VC Full Width Fix */
.full-width-content .site-inner {
max-width: 100% !important;
}
.content-sidebar-wrap {
float: none;
margin: 0 auto !important;
}