francescalo Posted August 18, 2021 Posted August 18, 2021 Site URL: https://www.flocdesign.com/about Hi, I’m using the portfolio page and I have the title of every project overlay the image when the mouse moves over. I would like to see the title also in mobile devise. There is a way to show it on mobile?
tuanphan Posted August 22, 2021 Posted August 22, 2021 On 8/19/2021 at 5:00 AM, francescalo said: Site URL: https://www.flocdesign.com/about Hi, I’m using the portfolio page and I have the title of every project overlay the image when the mouse moves over. I would like to see the title also in mobile devise. There is a way to show it on mobile? Hi, Show title under image on mobile only? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted September 1, 2021 Posted September 1, 2021 Try adding to Design > Custom CSS /* test code */ @media screen and (max-width:767px) { div#gridThumbs { grid-template-columns: repeat(2,1fr); } a.grid-item { height: unset !important; padding-bottom: 0 !important; } .portfolio-text { position: relative !important; opacity: 1 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.