1. sideris
  2. Commercial Templates
  3. Monday, 09 December 2024
  4.  Subscribe via email
GridGallery woks with on hover cursor on it, using PC web browser it works as expected, but on mobile phones not working at all. I'm using Habitat template with Joomla 3.5, but it is not Joomla old version issue. I checked some J51 demo sites, I guess so they are presented with newest Joomla version. Is there a way to do something with this?
References
  1. https://www.fitstars.pl/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 768px) {
.j51gridgallery figcaption {
opacity: 1;
}
}


Ciaran
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!