Portfolio Alignment – Centered

  • Posted in : Read WP
  • ZAAAX
    Participant

    Hi There,
    I cannot figure out how to change the Portfolio settings so that the page displays portfolio images 3 wide and centred to the middle of the page.

    Any advice?

    Regards,
    ZAAAX

    ahmetsali
    Keymaster

    Hi,

    – sorry it is not possible to center portfolio items,
    – to change the column count, edit js/main.js in theme folder in a text editor and at line: 345, you will see columns values for browser widths;

    var viewports = [ {
    		width : 1200,
    		columns : 5
    	}, {
    		width : 900,
    		columns : 4
    	}, {
    		width : 500,
    		columns : 3
    	}, { 
    		width : 320,
    		columns : 2
    	}, { 
    		width : 0,
    		columns : 2
    	} ];
    
    ZAAAX
    Participant

    Thanks Ahmetsali, that looks like a good fix option.

    I did figure out how to wrap the Portfolio images by giving the .wrapper a fixed width and only having a set number of portfolio images.

    I’ll play around with it some more and try different values to see what happens.

    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