How can we display the "slideshow" position when viewing the JA Moviemax template on mobile? I can see it if I turn my phone landscape but its hidden when you flip it back portrait.
Thanks!
xcloos
You can use this custom css:
@media screen and (max-width: 767px) { .t3-slideshow { display: block !important; } }
put into file: /templates/ja_moviemax/css/custom.css
THANKS! saguaros
xcloos My pleasure!