Hi,
Here is instruction for eliminate the vertical space –
Step-1 : Open your plugin directory and then open responsive-portfolio folder.
Step-2 : Here you will see a file name is responsive-portfolio-short-code.php file open it on any editor.
Step-3 : Go to near line. 136 and find below css code here –
.weblizar-portfolio-grid li {
<?php if($WL_Masonry_Layout =="no"){ ?>
padding:10px;
<?php } ?>
}
Step-4 : Replace above css code with this –
.weblizar-portfolio-grid li {
<?php if($WL_Masonry_Layout =="no"){ ?>
padding:10px;
<?php } ?>
margin-bottom:0px !important;
}
Step-5 : Save code and then check your gallery.
Let me know if you will get any problem during this procedure.
Thanks