Support » Plugin: Awesome Filterable Portfolio » Spacing between images

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just had todo this so I happy to share my knowledge.

    Steps:
    1. Navigate to plugins> editor
    2. select awesome filterable portfolio plugin
    3. back up the code
    4. scroll all the way down to line 770
    5. add style=”width: 205px; padding-left: 50px;” to Li

    $output.='<li class="afp-single-item" data-id="id-' . $k . '" data-type="' . ereg_replace("[^A-Za-z0-9]", "", $item->item_category) .'">

    Go that helps.

    Its not the best way, but it works!

    Plugin Author BriniA

    (@brinia)

    ashleyrodan that’s a great way to do it. You can also add a new rule to your theme’s style.css file. Something like this:

    .afp-single-item{
      width: 205px;
      padding-left: 50px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing between images’ is closed to new replies.