hi,
on smartphone, JoomlArt Advanced Custom Module : teams:style-1 doesn't work How can I do for smartphone compatibility ? (ex : Scenarios module on my website)
gilles85 Hi,
On desktop, when you mouse over 1 item, it will show the content behind the image. However, on mobile, there is not that kind of 'hover' action so the module will display the content.
hi, is there any tip for making this module working on mobile ? template would be responsive...
gilles85 Hi Try this Open /templates/ja_lawfirm/acm/teams/css/style.css Find and remove this code
@media (max-width:1199px){.acm-teams .item-inner .member-bio-back{transform:rotateY(0deg);position:relative}.acm-teams .item-inner .member-bio-front{transform:rotateY(180deg);position:absolute;top:0;left:0}}
Hope it helps.
hello ! Thanks but this line doesn't exist in my style.css file :-(
gilles85 Hi It should be in the file, Kindly share the page URL on which you published the module, I will check it.