Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author weblizar

    (@weblizar)

    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

    Thread Starter mini83

    (@mini83)

    It’s works fine,
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eliminate the vertical space’ is closed to new replies.