• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi Max, Just wondering if the spacing in the "Portfolio 4 Columns.php" can be tightened up. In mine the distance between each row of pics is quite large.... see it here;

    http://www.peterbutschek.net/category/advertise/

    I cannot see how to put the rows closer together and get 16 or 20 items on a page...

    Pete

    Daddiekat
    1 year ago
  2. Hi Pete,
    in style.css file find this code:

    .gl_col_4 .gallery-item {
    margin: 0 15px 64px 10px;
    float: left;
    width: 216px;
    height: 450px;
    }
    

    and replace with:
    .gl_col_4 .gallery-item {
    margin: 0 15px 64px 10px;
    float: left;
    width: 216px;
    height: 300px;
    }
    

    If you would like to change the number of posts displayed on the page you can do this from pagination.php file (library\tfuse_mods\thememodules). In this code:

    case 'portfolio-4col.php':
    				$tfuse_query_str = array('posts_per_page' => 12);
    				break;
    

    replace 12 with the desired number of posts to be displayed.

    Cheers,
    Max.

    Max
    1 year ago
  3. Hi Max, Great feedback. I instituted your changes and all worked perfectly. Thanks much...

    Just a comment: The number of posts displayed on the page capped at 20. Any number input higher than that (pagination.php) still showed only 20 posts on the page.

    Daddiekat
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.