I figured this out after playing around for a bit. In “otw-portfolio-post.php” we have to divide the page into two parts using the plugin’s 24 column layout. I divided my page into 16 and 8 columns.
Find the line that says <div class="otw-eighteen otw-columns">
Change to <div class="otw-sixteen otw-columns">
then end this with a </div>
right above <!-- END Portfolio Image Slider -->
Begin your next section right below this by adding <div class="otw-eight otw-columns">
and end it after <!-- #post -->
with another </div>
You can change the column width to any you’d like that add up to 24. Hope that helps anyone looking for answers!