1 Column for Grid

In a portfolio I would like to use the Grid style but have just one single column. The current minimum is 2 columns for a grid layout. Is there any code that could help me achieve just one column? 

Also is there any code to change the size of the images in the portfolio grid? I'd be looking at images with a ratio of 2:1 - i.e.  W600px H300px

Thanks,

Comments

  • Or is there a way to remove the title, arrows and read more button in the "List" style in Portfolios. 

    Again, if if you can assist with how to alter the image size too that would be great. 

    Thanks again
  • Hi,

    we are sorry but none of above are possible. Both things requires files customization. In reference to 2nd part of your message, please send us link to page where you got such portfolio and we will have a look on it.

    Thanks :)
  • Unfortunately I am making the website offline. However I did find the code in the end, it doesn't require file customisation just this simple line of code: 

     .portfolio_group .portfolio-item .list_style_header .links_wrapper { display: none; }


    Surely there must be another similar code whereby I can alter the height of the images in a portfolio list? 
  • To alter the height of images, you need to modify functions/theme-functions.php file where add_image_size() functions are. That's the only place where sizes can be changed.

    The css you pasted above is what we were thinking about and that's why we asked for the link because it's always very important to test it on your site to be sure that it would work.
Sign In or Register to comment.