Hi,
this code shows how i've integrated a portfolio :
<div id="portfolio" class="portfolio grid-container portfolio-3 portfolio-notitle clearfix">
<article class="portfolio-item pf-media">
<div class="portfolio-image">
<a href="categorie.php?idcategorie=lorem">
<img src="images/oeuvres/categ/lorem_vign.jpg">
</a>
<div class="portfolio-overlay" style="background-color:rgba(12,177,75,0.8);">
<a href="categorie.php?idcategorie=lorem" class="center-icon"><i class="icon-line-layers"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3 style="font-size:30px;line-height:0.8;"><a href="categorie.php?idcategorie=lorem">lorem</a></h3>
<span><a href="categorie.php?idcategorie=lorem">lorem</a></span>
</div>
</article>
</div>The .portfolio-desc class shows its content doing an overlay hover effect very nice, but only on desktop .. on mobiles only images displays, so problem to navigate... see screenshot
How could i "force" with pieces of css, the display of the .portfolio-desc class on mobiles and let as now for all others ?
Thx
Pierre
