To insert code use <code>...</code>.
portfolio images width
  • Hi,

    I'm using the 4 columns portfolio and I was wondering if there is a way to control the width of images to make the spaces between images smaller..

    does anyone know how to do it, or if it is possible?
  • 4 Comments sorted by
  • Hi

    You can custom the css code for the portfolio columns in the screen.css thats in the css folder which is in a subfolder of the striking theme.

    and you need to alter the portfolio images code after that in the themegenerators.php so it corresponds with the alterations in the screen.css

    Best regards,
    Striking Team
    Paul
  • tnx

    I changed the css in the custom css and I think it didn't change the width of images
    only the wrapper of each image..

    I added this to the cutom css


    .portfolios .portfolio_four_columns {
    margin-right:-8px;
    }
    .portfolio_four_columns .portfolio_item {
    width:234px;
    margin-right:8px;
    }
    .portfolio_four_columns .portfolio_image .image_frame{
    width:232px;
    }
    .portfolio_four_columns .portfolio_image .image_shadow{
    width:232px;
    }

    and you can see it here: http://www.lidpaint.com/?page_id=99

  • hi

    open the themegenerators.php line 1671-1677 needs also be adjusted for the none or with sidebar layout.

    in your case the 217 value.

    Best regards,
    Striking Team
    Paul