did you use column shortcode on your portfolio page?
try this trick, using html mode editing
<div style=”float: left;padding:20px;”>
[album id=1 template=extend]</div>
<div style=”float: left;padding:20px;”>[album id=2 template=extend]</div>
<div style=”float: left;padding:20px;”>[album id=4 template=extend]</div>
…
basically, it replace the column shortcode with floating div.