Portfolio grid

  • Posted in : cvCard WP
  • simplyreal
    Participant

    Hi there,

    is it possible to change portfolio grid?? i mean number of column,

    if so, where do i need to touch ??

    ahmetsali
    Keymaster

    Hi, edit js/main.js in the theme folder and find line : 521

    		var itemPerRow = 4;
    		var containerW = $container.width();
    		var items = $container.children('.hentry');
    		var columns, columnWidth;
    		var viewports = [ {
    				width : 1300,
    				columns : itemPerRow
    			}, {
    				width : 900,
    				columns : itemPerRow-1
    			}, {
    				width : 480,
    				columns : itemPerRow - 2
    			}, { 
    				width : 0,
    				columns : itemPerRow - 3
    			} ];
    
    

    you can edit columns here.

    simplyreal
    Participant

    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register