Portfolio Mask Size

  • Posted in : Responsy WP
  • joellegebhardt
    Participant

    Hi,

    I would like to change the size of the portfolio page mask to be the same as my thumbnails/featured images. I have uploaded feature images that are 150 px X 150 px, but now the mask is too wide.

    Also, I would like to center the thumbnails with the description below them, right now the text is slightly to the right. How do I change these things?

    See: http://www.joellegebhardt.com

    Thank you!

    ahmetsali
    Keymaster

    Hi, this is because your portfolio images are too narrow. They should be about 220px width at least to fit the container. Resize your images to a larger width or you can use the custom css code below;

    #portfolio .item img { width: 100%; }
    
    ghatsby
    Participant

    Hey,

    I kind of have the same problem on my page (www.oiski.com) and would like to get rid of the white boarder around my portfolio thumbs. They’re wider than 220px so that shouldn’t be the problem.

    I tried #portfolio .item img { width: 100%; } but no effect.

    Also I have this in my custom css:

    .portfolio-items .portfolio-info:before { display: none; }
    .media-box .mask .portfolio-info { border-bottom: 2px double rgba(170, 170, 170, 0.4); border-top: 2px double rgba(170, 170, 170, 0.4); padding: .6em 0; left: 10%; width: 80%;}

    Could you please tell me how to fix this. Thanks a lot!

    Mehmet S.
    Keymaster

    You have Read WP theme on your site. This is Responsy WP forum. Please write to right place.

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

The forum ‘Responsy WP’ is closed to new topics and replies.