Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter totallytech

    (@totallytech)

    Scrub that, I’ve found it lol

    changed “skin.css” to include this

    .-skin-default.-columns2 .-item{
        width: 48% ;
    }
    
    .-skin-default.-columns3 .-item{
        width: 31.33% ;
    }
    
    .-skin-default.-columns4 .-item{
        width: 23% ;
    }
    
    .-skin-default.-columns5 .-item{
        width: 18% ;
    }
    
    .-skin-default.-columns6 .-item{
        width: 14% ;
    }
    
    .-skin-default.-columns7 .-item{
        width: 12% ;
    }
    
    .-skin-default.-columns8 .-item{
        width: 10.5% ;
    }
    
    .-skin-default.-columns9 .-item{
        width: 9.1% ;
    }
    
    .-skin-default.-columns10 .-item{
        width: 8% ;
    }
    
    .-skin-default.-columns4 .-item .-links a {
        font-size: 12px;
    }
    
    .-skin-default.-columns5 .-item .-links a {
        font-size: 11px;
    }
    
    .-skin-default.-columns6 .-item .-links a {
        font-size: 11px;
    }
    
    .-skin-default.-columns7 .-item .-links a {
        font-size: 10px;
    }
    
    .-skin-default.-columns8 .-item .-links a {
        font-size: 10px;
    }
    
    .-skin-default.-columns9 .-item .-links a {
        font-size: 9px;
    }
    
    .-skin-default.-columns10 .-item .-links a {
        font-size: 9px;
    }
    
    .-skin-default-recent-items .-recent-item {
        clear: both;
        padding-top: 10px;
    }

    and changed “config.php” to:

    $columns = array(
        '-columns2' => '2 Columns',
        '-columns3' => '3 Columns',
        '-columns4' => '4 Columns',
        '-columns5' => '5 Columns',
        '-columns6' => '6 Columns',
        '-columns7' => '7 Columns',
        '-columns8' => '8 Columns',
        '-columns9' => '9 Columns',
        '-columns10' => '10 Columns'
    );
    Plugin Author Nimble3

    (@nimble3)

    @totallytech, please make sure you put skin.css in your theme folder according to this howto: http://demo.nimble3.com/nimble-portfolio/customize-a-nimble-portfolio-skin-from-theme/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding more columns?’ is closed to new replies.