Comments over started the conversation over replied privately 1,974Support repliedMay 26, 2021 at 12:58pmHi there,this is related with the fact that hovering does not work on mobile however you can make the titles visible on responsive:@media only screen and (max-width: 1024px) { .item-overlay, .item-title, .item-cat { opacity: 1; }}in customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy over replied privately Support replied privately over replied privately Support replied privately over replied privately 1,974Support repliedJune 17, 2021 at 3:03pmtry also adding in customizer -> additional CSS@media only screen and (max-width: 1024px) {.item-cat { margin-bottom: 0px; margin-left: 20px; font-size: 10px;}.item-title { font-size: 10px; line-height: 15px; margin-left: 20px;}}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy over replied privately 1,974Support repliedJune 26, 2021 at 5:32amHello, as you can see the code below applies for resolutions less than 1024px so you can change that by increasing the resolution width.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy over replied privately Support replied privately Sign in to reply ...
Hi there,
this is related with the fact that hovering does not work on mobile however you can make the titles visible on responsive:
@media only screen and (max-width: 1024px) {
.item-overlay, .item-title, .item-cat {
opacity: 1;
}
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
try also adding in customizer -> additional CSS
@media only screen and (max-width: 1024px) {
.item-cat {
margin-bottom: 0px;
margin-left: 20px;
font-size: 10px;
}
.item-title {
font-size: 10px;
line-height: 15px;
margin-left: 20px;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
as you can see the code below applies for resolutions less than 1024px so you can change that by increasing the resolution width.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy