Grid portfolio

I have a portfolio with grid layout and I have a few questions. Here's my portfolio http://massicottemaloney.ca/index.php/realisations/

1. After the first line of portfolio, I have a big blank space, like grid layout do. How can I hide this space after the portfolio item? I want the same space between the portfolio item than the space after. Or can I use the flat layout and add space between portfolio item? You are the pro.
2. How can I reduce the size of the color band with the portfolio title? (I don't know the name of this item…).

And I have another question about header. I would like a sticky header on all pages, but not on the homepage. How can I do that?

Thank you!

Comments

  • Hi,

    1. This space is a description which is empty. So to remove that space, you need to use the following css to remove description completely:
    .portfolio_group .portfolio-item .desc { display: none !important; }
    2. Do you mean to reduce it's height or what exactly? Are you talking about this grey/transparent part that popup on hover?
  • Hi,

    Thank you, but the css don't work to remove the space...

    2. Yes, I'm talking about this grey part that popup on hover.

    Thank you!

  • 1. It is not true that above css does not work. Just take a look at http://pasteboard.co/1nizEZ2q.png and you see that it works. You must did something wrong in custom css and that's why this css does not work. Just move it on the 1st position.

    2. Ok. So to reduce it's height, you need to use:
    .image_frame .image_wrapper .image_links a { line-height: 40px !important; }
    .image_frame .image_wrapper .image_links { height: 40px !important; }
  • Thank you so much! I put this css in the 1st position, and it works. :)
    Have a good day!
Sign In or Register to comment.