Viewing 7 reply threads
You must be logged in to reply to this topic.
Hi there,
My “Continue Reading” buttons for blog posts do not activate on mobile. Any help would be greatly appreciated. Thank you!
Try this:
@media (max-width:991px){
.#blog-entries.blog_align_left{
float:none;
}
}
Thanks
Hm. That didn’t work, but I think maybe I wasn’t clear. The links appear, but if you click them, nothing happens. They aren’t active on mobile, but are on desktop…
Thank you!
Try please with !important;
@media (max-width:991px){
.#blog-entries.blog_align_left{
float:none !important;
}
}
Hello –
Buttons still will not click. Any other help would be greatly appreciated. Thank you!
Hello,
Please can add this line:
@media(max-width:991px){
#blog-entries article .entry-readmore{
position:absolute;
z-index:99999;
}
}
Let me know.
Regards!
You’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You must be logged in to reply to this topic.