Comments 2Alex started the conversationNovember 25, 2023 at 4:50pmIn smaller screens, titles that are a bit longer, instead of showing below the picture, show on top of the pic. How can I make them respect the title line and continue below rather than moving up and showing on top of the thumbnail pic?Attached files: Screenshot 2023-11-25 at 16.48.27.png 1,973Support repliedNovember 27, 2023 at 7:30amHi Alex,I don't get the same view here https://halesmedia.com/portfolio/https://prnt.sc/shKBGxHrdx9pBut you can try adjusting the bottom for the grid captions@media only screen and (max-width: 1024px){ .showcase-portfolio:not(.list-grid) .slide-inner .slide-caption { bottom: -90px; }}in customizer -> additional CSS. And/or make the title smaller, whatever it suits you@media only screen and (max-width: 1024px){ .showcase-portfolio .slide-caption .slide-title { font-size: 17px; line-height: 25px; }}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
In smaller screens, titles that are a bit longer, instead of showing below the picture, show on top of the pic. How can I make them respect the title line and continue below rather than moving up and showing on top of the thumbnail pic?
Attached files: Screenshot 2023-11-25 at 16.48.27.png
Hi Alex,
I don't get the same view here https://halesmedia.com/portfolio/
https://prnt.sc/shKBGxHrdx9p
But you can try adjusting the bottom for the grid captions
@media only screen and (max-width: 1024px){
.showcase-portfolio:not(.list-grid) .slide-inner .slide-caption {
bottom: -90px;
}
}
in customizer -> additional CSS. And/or make the title smaller, whatever it suits you
@media only screen and (max-width: 1024px){
.showcase-portfolio .slide-caption .slide-title {
font-size: 17px;
line-height: 25px;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy