Tagged: overlay
Maybe my questions are already solved in this forum, but I don’t have the exact words to do a good search.
1 – The space between text blocks is not consistent. You can see an example of my problem on this page : http://www.colonellefilms.com/nouveausite/portfolio-item/flotsgris/
In the first 1/2 section below «Scénario et réalisation», I have two text blocks. And there is space between them. That’s really fine for my. But in the second 1/2 section below «Interprètes», I have two text blocks, but there is no space between them. And it doesn’t look good. Can you help me?
2- Also, I would really like to have a title overlay just as in the Enfold Demo Minimal : http://kriesi.at/themes/enfold-minimal-portfolio/portfolio/
But I really can’t find how to do this, with the settings in the Portfolio Grid Settings.
Here is what I get : http://www.colonellefilms.com/nouveausite/projets/
Thank you very much
Hey Andrée-Anne!
1. Text Block by default don’t have any spacing, the difference is because in the first block you’re using p
and in the second one dl
, simply add this to Quick CSS:
dl {
margin: 0.85em 0;
}
2. You’d need to use a Masonry element instead of a Portfolio Grid if you want the titles like in the demo.
Cheers!
Josue
Thank you very much!
You are welcome, glad to help :)
Regards,
Josue