Hi,
Please let me more details for this problem? I have checked your site but it still works well? Are you want to show title at first on mobile?
Let me know and i will help you do it.
Thanks
hello,
yes I would like the title to stay in the cover photo of each post in the mobile version, without going away
thank you!
Hi again,
You can add CSS bellow to grid shortcode (in this tab http://prntscr.com/gz6d54):
@media (max-width: 767px) {
.grid-plus-container .post-item .hover-outer {
opacity: 1;
}
}
Let me know result.
Thanks!
It already has this on CSS, but still not working on mobile, it just shows the cover picture with no skin!
@media (max-width: 767px) {
.grid-plus-container article.post-item.thumbnail .hover-outer {
opacity: 1;
}
.grid-plus-container article.post-item.thumbnail .hover-inner {
top: 50%;
}
}
@media (max-width: 767px) {
.grid-plus-container .post-item .hover-outer {
opacity: 1;
}
}
-
This reply was modified 8 years, 7 months ago by
michara.
it already has this on CSS, But on mobile still just shows the cover picture without any skin
@media (max-width: 767px) {
.grid-plus-container article.post-item.thumbnail .hover-outer {
opacity: 1;
}
.grid-plus-container article.post-item.thumbnail .hover-inner {
top: 50%;
}
}
@media (max-width: 767px) {
.grid-plus-container .post-item .hover-outer {
opacity: 1;
}
}
Hi michara,
I’m sorry for reply quite too late!
For your problem, please contact me via my email to easy for support: http://prntscr.com/h1mrx9
Thanks