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

    (@weblizar)

    Hi seppomuc,

    I think you want same like this, the first one, ONE Column Gallery on the page.

    In shortcode.php file of plugin

    find the below code line

    <div class="<?php echo $LBS_Gallery_Layout; ?>  wl-gallery" >

    and convert it to

    <div class="col-md-12  wl-gallery" >

    Save file give a try.

    Note: now your column setting filed into gallery setting will not work after that, coz we hard coded the column layout in code line.

    Let us know after then.

    Thanks

    Thread Starter seppomuc

    (@seppomuc)

    perfect! Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One cloumn grid’ is closed to new replies.